wok-6.x diff bind/receipt @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
parents | 0c5896e5e91d |
children | 97780c765586 |
line diff
1.1 --- a/bind/receipt Fri May 20 17:32:45 2011 +0000 1.2 +++ b/bind/receipt Sat May 28 20:44:37 2011 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bind" 1.7 -VERSION="9.8.0-P1" 1.8 +VERSION="9.8.0-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 openssl perl" 1.15 -BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" 1.16 WGET_URL="http://ftp.isc.org/isc/bind9/$VERSION/$TARBALL" 1.17 CONFIG_FILES="/etc/bind" 1.18 TAGS="DNS daemon" 1.19 1.20 +DEPENDS="libbind libcrypto attr openssl perl" 1.21 +BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 {