summaryrefslogtreecommitdiff
path: root/community/ndisc6
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:17:06 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:17:06 -0300
commit02ffd41dca71e92f0105e37751e37c7332a9d447 (patch)
tree149d2e97e51dbab3f8f4dd6e4286dd5c42ba033d /community/ndisc6
parentcc66c2ff866631ece4d699b041f83444988e8ad2 (diff)
parentd8fd24a96ae712b2de3e9b05d937b135f41d016d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/kadu/PKGBUILD extra/libgsf/PKGBUILD libre/linux-libre/PKGBUILD staging/kdelibs/PKGBUILD testing/glibc/PKGBUILD
Diffstat (limited to 'community/ndisc6')
-rw-r--r--community/ndisc6/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/ndisc6/PKGBUILD b/community/ndisc6/PKGBUILD
index c44d42ffd..a110249fe 100644
--- a/community/ndisc6/PKGBUILD
+++ b/community/ndisc6/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 57422 2011-10-27 13:12:24Z cbrannon $
+# $Id: PKGBUILD 60785 2011-12-17 22:54:36Z cbrannon $
# Maintainer: Chris Brannon <chris@the-brannons.com>
# Contributor: Mark Smith <markzzzsmith@yahoo.com.au>
pkgname=ndisc6
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of IPv6 networking utilities - ndisc6, rdisc6, tcptraceroute6, tracert6, rltraceroute6, tcpspray6"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.remlab.net/ndisc6/"
license=("GPL")
-depends=('glibc')
+depends=('glibc' 'perl')
makedepends=('glibc' 'gcc')
+options=(emptydirs)
source=(http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2
rdnssd.rc.d
rdnssd.confd)
@@ -28,7 +29,8 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm755 "$srcdir/rdnssd.rc.d" "$pkgdir/etc/rc.d/rdnssd"
install -Dm644 "$srcdir/rdnssd.confd" "$pkgdir/etc/conf.d/rdnssd"
-
+ install -Dm644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+ echo "d /var/run/rdnssd 0755 nobody root" > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
}
md5sums=('50cb4c19606cf6ff2b7388e71832f579'