mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/pdns to 3.3-1
This commit is contained in:
parent
d61a566dfe
commit
f2b326fcd8
1 changed files with 4 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
|||
# - need to build with -O1 to get around gcc ICE bug
|
||||
|
||||
pkgname=pdns
|
||||
pkgver=3.2
|
||||
pkgrel=7
|
||||
pkgver=3.3
|
||||
pkgrel=1
|
||||
pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://www.powerdns.com/'
|
||||
|
@ -24,7 +24,7 @@ backup=('etc/powerdns/pdns.conf')
|
|||
source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz"
|
||||
'pdns.service'
|
||||
'pdns.conf')
|
||||
sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
|
||||
sha256sums=('93417bb418ccd1eaf85fc98aa9f687ed175de388fa2624a1978b7cd40dc2b0b6'
|
||||
'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040'
|
||||
'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e')
|
||||
|
||||
|
@ -46,7 +46,6 @@ build() {
|
|||
--mandir=/usr/share/man \
|
||||
--with-modules='' \
|
||||
--with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
|
||||
--disable-recursor \
|
||||
--disable-static \
|
||||
--sbindir=/usr/bin \
|
||||
--bindir=/usr/bin
|
||||
|
@ -60,7 +59,7 @@ package() {
|
|||
install -m644 "$srcdir/pdns.conf" "$pkgdir/etc/powerdns/"
|
||||
install -Dm644 "$srcdir/pdns.service" \
|
||||
"$pkgdir/usr/lib/systemd/system/pdns.service"
|
||||
rm "$pkgdir/etc/powerdns/pdns.conf-dist"
|
||||
rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue