wok rev 10136
Up: bind to 9.8.0-P1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 17:32:45 2011 +0000 (2011-05-20) |
parents | 78e79f6cfef4 |
children | c856193532b6 |
files | bind-client/receipt bind-dev/receipt bind/receipt libbind/receipt |
line diff
1.1 --- a/bind-client/receipt Fri May 20 17:29:41 2011 +0000 1.2 +++ b/bind-client/receipt Fri May 20 17:32:45 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bind-client" 1.7 -VERSION="9.8.0" 1.8 +VERSION="9.8.0-P1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Domain Name System client." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/bind-dev/receipt Fri May 20 17:29:41 2011 +0000 2.2 +++ b/bind-dev/receipt Fri May 20 17:32:45 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="bind-dev" 2.7 -VERSION="9.8.0" 2.8 +VERSION="9.8.0-P1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Domain Name System development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/bind/receipt Fri May 20 17:29:41 2011 +0000 3.2 +++ b/bind/receipt Fri May 20 17:32:45 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="bind" 3.7 -VERSION="9.8.0" 3.8 +VERSION="9.8.0-P1" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Domain Name System daemon." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -17,13 +17,13 @@ 3.13 compile_rules() 3.14 { 3.15 cd $src 3.16 - mkdir -p _pkg/etc/bind 3.17 + mkdir -p $DESTDIR/etc/bind 3.18 ./configure --prefix=/usr --infodir=/usr/share/info \ 3.19 --sysconfdir=/etc/bind --localstatedir=/var --with-libtool \ 3.20 --mandir=/usr/share/man --with-openssl $CONFIGURE_ARGS && \ 3.21 - make && make DESTDIR=$PWD/_pkg install && \ 3.22 - LD_LIBRARY_PATH=$src/_pkg/usr/lib \ 3.23 - _pkg/usr/bin/dig ns . @a.root-servers.net. > _pkg/etc/bind/db.root 3.24 + make && make DESTDIR=$DESTDIR install && \ 3.25 + LD_LIBRARY_PATH=$DESTDIR/usr/lib \ 3.26 + $DESTDIR/usr/bin/dig ns . @a.root-servers.net. > $DESTDIR/etc/bind/db.root 3.27 } 3.28 3.29 # Rules to gen a SliTaz package suitable for Tazpkg.
4.1 --- a/libbind/receipt Fri May 20 17:29:41 2011 +0000 4.2 +++ b/libbind/receipt Fri May 20 17:32:45 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libbind" 4.7 -VERSION="9.8.0" 4.8 +VERSION="9.8.0-P1" 4.9 CATEGORY="development" 4.10 SHORT_DESC="Domain Name System shared libraries." 4.11 MAINTAINER="pascal.bellard@slitaz.org"