diff options
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r-- | community/pdns-recursor/PKGBUILD | 40 | ||||
-rw-r--r-- | community/pdns-recursor/pdns-recursor.service | 10 |
2 files changed, 0 insertions, 50 deletions
diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD deleted file mode 100644 index 40bc9c897..000000000 --- a/community/pdns-recursor/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 93880 2013-07-11 16:32:02Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Jan de Groot <jgc@archlinux.org> -# Contributor: Jan Steffens <heftig@archlinux.org> - -pkgname=pdns-recursor -pkgver=3.5.2 -pkgrel=1 -pkgdesc='PowerDNS recursor' -url='https://www.powerdns.com/' -license=('GPL') -arch=('x86_64' 'i686') -depends=('gcc-libs' 'lua51') -makedepends=('boost') -backup=('etc/powerdns/recursor.conf') -source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2" - 'pdns-recursor.service') -sha256sums=('ffe3158ee5b3f62e927198fd44e839a01d3241a41a4e61afdca6709113c276bd' - '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - make -j1 LUA=1 \ - LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \ - LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)" -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install - mv "$pkgdir/etc/powerdns/recursor.conf-dist" \ - "$pkgdir/etc/powerdns/recursor.conf" - rm -r "$pkgdir/etc/init.d" - install -Dm644 "$srcdir/pdns-recursor.service" \ - "$pkgdir/usr/lib/systemd/system/pdns-recursor.service" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/pdns-recursor/pdns-recursor.service b/community/pdns-recursor/pdns-recursor.service deleted file mode 100644 index e8d23ccd0..000000000 --- a/community/pdns-recursor/pdns-recursor.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=PowerDNS recursing nameserver -After=network.target - -[Service] -Type=forking -ExecStart=/usr/bin/pdns_recursor --daemon - -[Install] -WantedBy=multi-user.target |