wok-next diff bind/receipt @ rev 7046
Add checkers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 01 10:52:50 2010 +0100 (2010-11-01) |
parents | b29c8c2da6bb |
children | 022f83b2b194 |
line diff
1.1 --- a/bind/receipt Tue May 04 15:27:38 2010 +0200 1.2 +++ b/bind/receipt Mon Nov 01 10:52:50 2010 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bind" 1.7 -VERSION="9.7.0-P1" 1.8 +VERSION="9.7.1-P2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Domain Name System daemon." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.isc.org/products/BIND/" 1.14 -DEPENDS="libbind libcrypto attr" 1.15 -BUILD_DEPENDS="libtool libcap-dev" 1.16 +DEPENDS="libbind libcrypto attr openssl perl" 1.17 +BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" 1.18 WGET_URL="http://ftp.isc.org/isc/bind9/$VERSION/$TARBALL" 1.19 CONFIG_FILES="/etc/bind" 1.20 TAGS="DNS daemon" 1.21 @@ -20,7 +20,7 @@ 1.22 mkdir -p _pkg/etc/bind 1.23 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 --sysconfdir=/etc/bind --localstatedir=/var --with-libtool \ 1.25 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.26 + --mandir=/usr/share/man --with-openssl $CONFIGURE_ARGS && \ 1.27 make && make DESTDIR=$PWD/_pkg install && \ 1.28 LD_LIBRARY_PATH=$src/_pkg/usr/lib \ 1.29 _pkg/usr/bin/dig ns . @a.root-servers.net. > _pkg/etc/bind/db.root