summaryrefslogtreecommitdiff
path: root/community/nsd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nsd/PKGBUILD')
-rw-r--r--community/nsd/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD
index e6e18a19c..b8d257e9d 100644
--- a/community/nsd/PKGBUILD
+++ b/community/nsd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83750 2013-02-04 22:23:27Z bisson $
+# $Id: PKGBUILD 91246 2013-05-20 14:50:30Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=nsd
pkgver=3.2.15
-pkgrel=1
+pkgrel=2
pkgdesc='Authoritative only, high performance and simple DNS server'
url='http://www.nlnetlabs.nl/nsd/'
license=('BSD')
@@ -15,32 +15,25 @@ arch=('i686' 'x86_64' 'mips64el')
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'service')
sha1sums=('e31a81ab7877422b34e1f163f9509cd93f395664'
- '1cfa2d7254139be50f11753d4e07281ed2af36eb')
+ 'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
./configure \
--prefix=/ \
- --exec-prefix=/usr \
+ --sbindir=/usr/bin \
--datarootdir=/usr/share \
--with-pidfile=/run/nsd.pid \
- --enable-ratelimit \
-
+ --enable-ratelimit
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
make DESTDIR="${pkgdir}" install
-
- install -d "${pkgdir}"/etc/rc.d
- ln -s ../../usr/sbin/nsdc "${pkgdir}"/etc/rc.d/nsd
install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
-
rm doc/differences.pdf
install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"