[arch-commits] Commit in dnsutils/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Fri May 27 10:41:33 UTC 2011


    Date: Friday, May 27, 2011 @ 06:41:33
  Author: bisson
Revision: 125626

minor upstream update

Modified:
  dnsutils/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-27 08:35:00 UTC (rev 125625)
+++ PKGBUILD	2011-05-27 10:41:33 UTC (rev 125626)
@@ -6,8 +6,8 @@
 pkgname=dnsutils
 
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.0.P1
-_pkgver=9.8.0-P1
+pkgver=9.8.0.P2
+_pkgver=9.8.0-P2
 pkgrel=1
 
 pkgdesc='Various DNS utilities - dig host nslookup nsupdate'
@@ -19,21 +19,30 @@
 options=('!makeflags')
 source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
         'tools-only.patch')
-sha1sums=('aa8f308f218e437ac4bad616e0ae83a9b9c40c29'
+sha1sums=('b3492ad11cfbf2939d9b0fb62c52c204de58679b'
           'ac88c89e25c26d73095a3dd85e1ca1070d184ded')
 
 build() {
 	cd "${srcdir}/bind-${_pkgver}"
-	patch -p1 < ../tools-only.patch
+
+	patch -p1 -i ../tools-only.patch
 	export STD_CDEFINES='-DDIG_SIGCHASE'
+
 	./configure \
-		--prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-		--with-openssl=yes --with-idn=yes --disable-linux-caps
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--localstatedir=/var \
+		--with-openssl=yes \
+		--with-idn=yes \
+		--disable-linux-caps \
+
 	make
 }
 
 package() {
 	cd "${srcdir}/bind-${_pkgver}/bin"
+
 	make DESTDIR="${pkgdir}" install
+
 	install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list