extra/bind to 9.11.2-2

This commit is contained in:
Kevin Mihelich 2017-07-30 16:51:21 +00:00
parent 71340449a1
commit 1a4b795a2e

View file

@ -12,9 +12,9 @@ pkgbase=bind
pkgname=(bind bind-tools)
_pkgver=9.11.2
pkgver=${_pkgver//-/.}
pkgrel=1
pkgrel=2
url='https://www.isc.org/software/bind/'
license=('custom:ISC')
license=('custom:MPL2')
arch=('i686' 'x86_64')
options=('!emptydirs' '!makeflags')
makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
@ -96,7 +96,8 @@ package_bind() {
'var/named/empty.zone')
cd "bind-$_pkgver"
install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 LICENSE COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/"
for _d in bin/{check,confgen,named,rndc}; do
(cd "$_d" && make DESTDIR="$pkgdir" install)
done