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

Kevin Piche kevin at archlinux.org
Wed Jul 16 04:12:01 UTC 2008


    Date: Wednesday, July 16, 2008 @ 00:12:00
  Author: kevin
Revision: 5457

upgpkg: dnsutils 9.5.0-3
    Added missing libcap dep.  Added --without-libxml2

Modified:
  dnsutils/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-16 03:07:08 UTC (rev 5456)
+++ PKGBUILD	2008-07-16 04:12:00 UTC (rev 5457)
@@ -4,12 +4,12 @@
 pkgname=dnsutils
 pkgver=9.5.0
 _pkgver=9.5.0-P1
-pkgrel=2
+pkgrel=3
 pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
 arch=(i686 x86_64)
 url="http://www.isc.org/index.pl?/sw/bind/"
 license=('custom:ISC')
-depends=('openssl>=0.9.8e')
+depends=('libcap' 'openssl>=0.9.8e')
 replaces=('bind-tools')
 source=(ftp://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
 	bind.so_bsdcompat.diff tools-only.patch)
@@ -22,8 +22,8 @@
   cd ${startdir}/src/bind-${_pkgver}
   patch -Np0 -i ${startdir}/src/bind.so_bsdcompat.diff || return 1
   patch -Np1 -i ${startdir}/src/tools-only.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --with-openssl=yes
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --with-openssl=yes --without-libxml2
   make || return 1
   cd bin
   make DESTDIR=${startdir}/pkg install || return 1





More information about the arch-commits mailing list