summaryrefslogtreecommitdiff
path: root/community/pdnsd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/pdnsd
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pdnsd')
-rw-r--r--community/pdnsd/PKGBUILD29
-rw-r--r--community/pdnsd/service9
2 files changed, 0 insertions, 38 deletions
diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD
deleted file mode 100644
index d8fe5189d..000000000
--- a/community/pdnsd/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 91500 2013-05-23 10:14:34Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Henrik Nymann Jensen <h@henriknj.dk>
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=4
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/"
-license=('GPL')
-depends=('glibc')
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
- service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '4f86bdbd8495b53341070d5720491996')
-
-build() {
- cd $srcdir/$pkgname-${_pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
- make
-}
-
-package() {
- cd $srcdir/$pkgname-${_pkgver}
- make DESTDIR=$pkgdir install
- install -Dm0644 $srcdir/service $pkgdir/usr/lib/systemd/system/pdnsd.service
-}
diff --git a/community/pdnsd/service b/community/pdnsd/service
deleted file mode 100644
index d284cd933..000000000
--- a/community/pdnsd/service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=proxy name server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/pdnsd
-
-[Install]
-WantedBy=multi-user.target