[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Apr 1 02:17:43 UTC 2010
Date: Wednesday, March 31, 2010 @ 22:17:43
Author: pierre
Revision: 75202
upgpkg: dnsutils 9.6.1-3
openssl/heimdal rebuild
Modified:
dnsutils/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-01 02:13:34 UTC (rev 75201)
+++ PKGBUILD 2010-04-01 02:17:43 UTC (rev 75202)
@@ -5,12 +5,12 @@
# Use a period and not a hyphen before the patch level for proper versioning.
pkgver=9.6.1
_pkgver=9.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
arch=(i686 x86_64)
url="https://www.isc.org/software/bind"
license=('custom:ISC')
-depends=('openssl>=0.9.8h')
+depends=('openssl')
replaces=('bind-tools' 'host')
options=('makeflags')
source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
@@ -25,7 +25,10 @@
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-openssl=yes --disable-linux-caps --without-libxml2 || return 1
make || return 1
- cd bin || return 1
+}
+
+package() {
+ cd "${srcdir}/bind-${_pkgver}/bin"
make DESTDIR="${pkgdir}" install || return 1
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
More information about the arch-commits
mailing list