summaryrefslogtreecommitdiffstats
path: root/unstable/ucarp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'unstable/ucarp/APKBUILD')
-rw-r--r--unstable/ucarp/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/unstable/ucarp/APKBUILD b/unstable/ucarp/APKBUILD
deleted file mode 100644
index ed35064f1..000000000
--- a/unstable/ucarp/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor:
-# Maintainer:
-pkgname=ucarp
-pkgver=1.5
-pkgrel=0
-pkgdesc="Share common IP and do fail over"
-url="http://www.ucarp.org"
-license="GPL"
-depends="uclibc libpcap"
-makedepends="libpcap-dev"
-install=
-subpackages=""
-source="http://download.pureftpd.org/pub/ucarp/$pkgname-$pkgver.tar.gz
- ucarp.initd
- ucarp.confd"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make DESTDIR="$pkgdir" install
-
- install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
- install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
-}
-
-md5sums="ba585233e73f0dbce80427d04f431048 ucarp-1.5.tar.gz
-e8f1e2fd144797524025343603dbe2b8 ucarp.initd
-bf914f6ce4fe4fea33a45d4d5b2c1fff ucarp.confd"