summaryrefslogtreecommitdiff
path: root/community/pdnsd/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-23 23:53:55 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-23 23:53:55 -0300
commita0426fca029e4fabdbd378793c5c12a4a808abb7 (patch)
treefbeda447b8e1352c8943b036e432e00697aef8e1 /community/pdnsd/PKGBUILD
parentc9e2e09a44815d2ae06f1da099f6a71ad4ac9ae2 (diff)
parent4319f36e44d4e7c70bf010c3286bb1739c59d4de (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/chrony/PKGBUILD community/lxdm/PKGBUILD community/oidentd/PKGBUILD community/oss/PKGBUILD community/pdnsd/PKGBUILD community/ruby-cairo/PKGBUILD community/subtle/PKGBUILD core/lvm2/PKGBUILD core/openldap/PKGBUILD extra/smartmontools/PKGBUILD
Diffstat (limited to 'community/pdnsd/PKGBUILD')
-rw-r--r--community/pdnsd/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD
index 9b8cfd281..a8c7f9572 100644
--- a/community/pdnsd/PKGBUILD
+++ b/community/pdnsd/PKGBUILD
@@ -1,20 +1,22 @@
-# $Id: PKGBUILD 67319 2012-03-08 16:32:05Z spupykin $
+# $Id: PKGBUILD 72793 2012-06-22 12:51:32Z dreisner $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Henrik Nymann Jensen <h@henriknj.dk>
pkgname=pdnsd
pkgver=1.2.9
-pkgrel=1
+pkgrel=2
pkgdesc="Is a proxy DNS server with permanent caching"
-arch=(i686 x86_64 'mips64el')
-url="http://www.phys.uu.nl/~rombouts/pdnsd/"
+arch=(i686 x86_64 mips64el)
+url="http://members.home.nl/p.a.rombouts/pdnsd/"
license=('GPL')
depends=('glibc')
#backup=('etc/pdnsd.conf')
source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$pkgver-par.tar.gz
- pdnsd)
+ pdnsd
+ pdnsd.service)
md5sums=('037f79d191b98974ffc2c9649727bf66'
- '3670bd47c9303fbb655d9216715512de')
+ '3670bd47c9303fbb655d9216715512de'
+ 'fad5e518d126b29fc947941d57a0a494')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -22,4 +24,5 @@ build() {
make
make DESTDIR=$pkgdir install
install -Dm0755 $srcdir/pdnsd $pkgdir/etc/rc.d/pdnsd
+ install -Dm0644 $srcdir/pdnsd.service $pkgdir/usr/lib/systemd/system/pdnsd.service
}