# HG changeset patch # User Pascal Bellard # Date 1367569092 -7200 # Node ID 1fe477eb5758ad18a2d08c268ee59cd05692cd27 # Parent dece634c27dc536aa871e5a846c29de72078e614 Up bind (9.9.2-P2) diff -r dece634c27dc -r 1fe477eb5758 bind-client/receipt --- a/bind-client/receipt Fri May 03 07:26:37 2013 +0200 +++ b/bind-client/receipt Fri May 03 10:18:12 2013 +0200 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="bind-client" -VERSION="9.9.0" +VERSION="9.9.2-P2" CATEGORY="network" SHORT_DESC="Domain Name System client." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.isc.org/products/BIND/" +WANTED="bind" + DEPENDS="libbind libcrypto attr libpcap" -WANTED="bind" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } # Overlap busybox diff -r dece634c27dc -r 1fe477eb5758 bind-dev/receipt --- a/bind-dev/receipt Fri May 03 07:26:37 2013 +0200 +++ b/bind-dev/receipt Fri May 03 10:18:12 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bind-dev" -VERSION="9.9.0" +VERSION="9.9.2-P2" CATEGORY="development" SHORT_DESC="Domain Name System development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,7 +12,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r dece634c27dc -r 1fe477eb5758 bind/receipt --- a/bind/receipt Fri May 03 07:26:37 2013 +0200 +++ b/bind/receipt Fri May 03 10:18:12 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bind" -VERSION="9.9.0" +VERSION="9.9.2-P2" CATEGORY="network" SHORT_DESC="Domain Name System daemon." MAINTAINER="pascal.bellard@slitaz.org" @@ -31,8 +31,8 @@ genpkg_rules() { mkdir -p $fs/usr $fs/var/cache/bind - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs cp -a $stuff/etc $fs } diff -r dece634c27dc -r 1fe477eb5758 libbind/receipt --- a/libbind/receipt Fri May 03 07:26:37 2013 +0200 +++ b/libbind/receipt Fri May 03 10:18:12 2013 +0200 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="libbind" -VERSION="9.9.0" +VERSION="9.9.2-P2" CATEGORY="development" SHORT_DESC="Domain Name System shared libraries." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.isc.org/products/BIND/" +WANTED="bind" + DEPENDS="libcrypto libcap libxml2 zlib attr" -WANTED="bind" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }