summaryrefslogtreecommitdiff
path: root/community/pdns-recursor
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pdns-recursor
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r--community/pdns-recursor/PKGBUILD40
-rw-r--r--community/pdns-recursor/pdns-recursor.service10
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