mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/pdns to 3.2-7
This commit is contained in:
parent
99a527efb6
commit
40ee35d609
2 changed files with 7 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
pkgname=pdns
|
pkgname=pdns
|
||||||
pkgver=3.2
|
pkgver=3.2
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
|
pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url='http://www.powerdns.com/'
|
url='http://www.powerdns.com/'
|
||||||
|
@ -25,7 +25,7 @@ source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz"
|
||||||
'pdns.service'
|
'pdns.service'
|
||||||
'pdns.conf')
|
'pdns.conf')
|
||||||
sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
|
sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
|
||||||
'2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a'
|
'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040'
|
||||||
'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e')
|
'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -44,10 +44,12 @@ build() {
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--libdir=/usr/lib/powerdns \
|
--libdir=/usr/lib/powerdns \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--with-modules="" \
|
--with-modules='' \
|
||||||
--with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
|
--with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
|
||||||
--disable-recursor \
|
--disable-recursor \
|
||||||
--disable-static
|
--disable-static \
|
||||||
|
--sbindir=/usr/bin \
|
||||||
|
--bindir=/usr/bin
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ After=syslog.target network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/pdns_server --daemon --guardian=yes
|
ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
|
||||||
ExecReload=/usr/bin/pdns_control cycle
|
ExecReload=/usr/bin/pdns_control cycle
|
||||||
ExecStop=/usr/bin/pdns_control quit
|
ExecStop=/usr/bin/pdns_control quit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue