summaryrefslogtreecommitdiff
path: root/pcr/aiccu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/aiccu/PKGBUILD')
-rw-r--r--pcr/aiccu/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/aiccu/PKGBUILD b/pcr/aiccu/PKGBUILD
deleted file mode 100644
index 55ccfb2c0..000000000
--- a/pcr/aiccu/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-pkgname=aiccu
-pkgver=20070115
-pkgrel=7
-pkgdesc="SixXS Automatic IPv6 Connectivity Client Utility - AICCU"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.sixxs.net/tools/aiccu/"
-license=('BSD')
-depends=('gnutls' 'iproute2')
-makedepends=('glibc' 'libgpg-error' 'libtasn1' 'libgcrypt' 'zlib')
-backup=(etc/aiccu.conf)
-source=(http://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz
- aiccu.rc.d)
-md5sums=('c9bcc83644ed788e22a7c3f3d4021350'
- '9eb63ae132d4835a822ea925c6440b04')
-
-build() {
- cd "$srcdir/$pkgname"
-
- sed -i 's|Installing Debian-style init.d||' Makefile
-
- LDFLAGS="" make
- make DESTDIR="$pkgdir" install
-}
-
-package() {
- cd "$srcdir/$pkgname"
-
- install -D -m600 doc/aiccu.conf "$pkgdir/etc/aiccu.conf"
- install -D -m755 "$srcdir/aiccu.rc.d" "$pkgdir/etc/rc.d/aiccu"
- install -D -m444 doc/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- rm -fr "$pkgdir/etc/init.d"
-}