mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/powerdns-recursor to 4.1.1-1
This commit is contained in:
parent
079fab1468
commit
0da4d1bde2
1 changed files with 9 additions and 6 deletions
|
@ -6,22 +6,23 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - explicitly link v5/v6 with libatomic
|
||||
# - remove makedepend on pandoc
|
||||
|
||||
pkgname=powerdns-recursor
|
||||
pkgver=4.0.7
|
||||
pkgrel=3
|
||||
pkgver=4.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='Resolving DNS server'
|
||||
url='https://www.powerdns.com/'
|
||||
arch=('x86_64')
|
||||
license=('GPL2')
|
||||
depends=('gcc-libs' 'boost-libs' 'libsystemd' 'lua' 'openssl' 'protobuf'
|
||||
depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 'protobuf'
|
||||
'libboost_context.so')
|
||||
makedepends=('boost' 'inetutils' 'systemd')
|
||||
makedepends=('boost' 'inetutils' 'systemd' 'ragel' 'systemd')
|
||||
provides=('pdns-recursor')
|
||||
conflicts=('pdns-recursor')
|
||||
backup=('etc/powerdns/recursor.conf')
|
||||
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
|
||||
sha512sums=('0c8873adcce5ed9b41f161bc71635da23496b4ae48dbffff7dcdf9c5181e720f9aa94e18bd64e0dff9fa03eae8410dc93585a74d13f0c16d38b0d1c0f4146bb2'
|
||||
sha512sums=('a8561bf0688752f30c4c997930f13d55c506b2a2113d22b074443757a51cde9be182ef948e61eb8c4d639bbf8679d8a4139aafb6983f483b3a917e049fa64e45'
|
||||
'SKIP')
|
||||
validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7' # Pieter Lexis <pieter.lexis@powerdns.com>
|
||||
'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' # Peter van Dijk <peter.van.dijk@powerdns.com>
|
||||
|
@ -36,7 +37,9 @@ build() {
|
|||
--sysconfdir=/etc/powerdns \
|
||||
--disable-silent-rules \
|
||||
--enable-reproducible \
|
||||
--enable-systemd
|
||||
--enable-systemd \
|
||||
--enable-protobuf \
|
||||
--enable-libsodium
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue