mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/bind to 9.13.3-3
This commit is contained in:
parent
e62bf4636a
commit
2a29dd1338
1 changed files with 10 additions and 12 deletions
|
@ -5,19 +5,19 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - !makeflags - bind build doesn't like concurrency
|
||||
# - --disable-seccomp, not supported for ARM
|
||||
|
||||
pkgbase=bind
|
||||
pkgname=(bind bind-tools)
|
||||
_pkgver=9.13.3
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url='https://www.isc.org/software/bind/'
|
||||
license=('MPL2')
|
||||
arch=('x86_64')
|
||||
options=('!emptydirs' '!makeflags')
|
||||
makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
|
||||
'libidn2' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
|
||||
'libidn2' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'lmdb'
|
||||
'zlib' 'icu' 'xz')
|
||||
validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
|
||||
'ADBE9446286C794905F1E0756FA6EBC9911A4C02' #ISC, Inc)
|
||||
'BE0E9748B718253A28BB89FFF1B11BF05CF02E57' #Internet Systems Consortium, Inc.
|
||||
|
@ -69,27 +69,25 @@ build() {
|
|||
--sbindir=/usr/bin \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-ipv6 \
|
||||
--enable-filter-aaaa \
|
||||
--enable-fixed-rrset \
|
||||
--disable-seccomp \
|
||||
--enable-full-report \
|
||||
--enable-dnsrps \
|
||||
--with-python=/usr/bin/python \
|
||||
--with-geoip \
|
||||
--with-idn \
|
||||
--with-openssl \
|
||||
--with-libidn2 \
|
||||
--with-libjson \
|
||||
--with-libxml2 \
|
||||
--with-lmdb \
|
||||
--with-libtool
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
||||
package_bind() {
|
||||
pkgdesc='The ISC DNS Server'
|
||||
provides=('dns-server')
|
||||
depends=('glibc' 'libxml2' 'libcap' 'libseccomp' 'openssl' 'geoip' 'json-c'
|
||||
'bind-tools')
|
||||
depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'json-c' 'bind-tools'
|
||||
'zlib' 'lmdb')
|
||||
backup=('etc/named.conf'
|
||||
'var/named/127.0.0.zone'
|
||||
'var/named/localhost.zone'
|
||||
|
@ -120,9 +118,9 @@ package_bind() {
|
|||
|
||||
package_bind-tools() {
|
||||
pkgdesc='The ISC DNS tools'
|
||||
depends=('glibc' 'libcap' 'libseccomp' 'libxml2' 'zlib' 'krb5' 'e2fsprogs'
|
||||
depends=('glibc' 'libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'python' 'bash'
|
||||
'openssl' 'readline' 'geoip' 'libidn2' 'dnssec-anchors' 'json-c'
|
||||
'python')
|
||||
'lmdb' 'xz' 'icu')
|
||||
conflicts=('dnsutils')
|
||||
replaces=('dnsutils' 'host')
|
||||
provides=("dnsutils=$pkgver")
|
||||
|
|
Loading…
Reference in a new issue