Loading bind10/PKGBUILD 0 → 100644 +36 −0 Original line number Diff line number Diff line # Maintainer: Sébastien Luttringer <seblu@seblu.net> pkgname=bind10 pkgver=1.1.0 pkgrel=1 pkgdesc='Next generation of ISC BIND and DHCP server' arch=('i686' 'x86_64') url='http://bind10.isc.org' license=('custom') makedepends=('boost') depends=('boost-libs' 'python' 'botan' 'python-setproctitle' 'log4cplus') backup=('etc/bind10/cmdctl-certfile.pem' 'etc/bind10/cmdctl-keyfile.pem') options=('!makeflags') source=("ftp://ftp.isc.org/isc/bind10/$pkgver/bind10-$pkgver.tar.gz") md5sums=('d5e4c286e75ab9de8b729521a974649d') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ --libexecdir=/usr/lib make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install # symlink license install -dm755 "$pkgdir/usr/share/licenses/$pkgname" ln -s ../../doc/$pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } # vim:set ts=2 sw=2 et: Loading
bind10/PKGBUILD 0 → 100644 +36 −0 Original line number Diff line number Diff line # Maintainer: Sébastien Luttringer <seblu@seblu.net> pkgname=bind10 pkgver=1.1.0 pkgrel=1 pkgdesc='Next generation of ISC BIND and DHCP server' arch=('i686' 'x86_64') url='http://bind10.isc.org' license=('custom') makedepends=('boost') depends=('boost-libs' 'python' 'botan' 'python-setproctitle' 'log4cplus') backup=('etc/bind10/cmdctl-certfile.pem' 'etc/bind10/cmdctl-keyfile.pem') options=('!makeflags') source=("ftp://ftp.isc.org/isc/bind10/$pkgver/bind10-$pkgver.tar.gz") md5sums=('d5e4c286e75ab9de8b729521a974649d') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ --libexecdir=/usr/lib make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install # symlink license install -dm755 "$pkgdir/usr/share/licenses/$pkgname" ln -s ../../doc/$pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } # vim:set ts=2 sw=2 et: