wok-next rev 11095
Up: dhcp to 4.2.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 02:48:46 2011 +0000 (2011-10-17) |
parents | 900f439ea346 |
children | 7008b10a1996 |
files | dhcp-client/receipt dhcp-dev/receipt dhcp-relay/receipt dhcp/receipt |
line diff
1.1 --- a/dhcp-client/receipt Mon Oct 17 02:47:45 2011 +0000 1.2 +++ b/dhcp-client/receipt Mon Oct 17 02:48:46 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dhcp-client" 1.7 -VERSION="4.2.1-P1" 1.8 +VERSION="4.2.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Dynamic Host Configuration Protocol ISC client." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/dhcp-dev/receipt Mon Oct 17 02:47:45 2011 +0000 2.2 +++ b/dhcp-dev/receipt Mon Oct 17 02:48:46 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="dhcp-dev" 2.7 -VERSION="4.2.1-P1" 2.8 +VERSION="4.2.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Dynamic Host Configuration Protocol development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/dhcp-relay/receipt Mon Oct 17 02:47:45 2011 +0000 3.2 +++ b/dhcp-relay/receipt Mon Oct 17 02:48:46 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="dhcp-relay" 3.7 -VERSION="4.2.1-P1" 3.8 +VERSION="4.2.2" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Dynamic Host Configuration Protocol relay." 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/dhcp/receipt Mon Oct 17 02:47:45 2011 +0000 4.2 +++ b/dhcp/receipt Mon Oct 17 02:48:46 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="dhcp" 4.7 -VERSION="4.2.1-P1" 4.8 +VERSION="4.2.2" 4.9 CATEGORY="network" 4.10 SHORT_DESC="Dynamic Host Configuration Protocol server." 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 @@ -23,7 +23,7 @@ 4.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 4.14 --disable-dhcpv6 \ 4.15 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 4.16 - make && make DESTDIR=$PWD/_pkg install 4.17 + make && make DESTDIR=$DESTDIR install 4.18 } 4.19 4.20 # Rules to gen a SliTaz package suitable for Tazpkg. 4.21 @@ -32,6 +32,6 @@ 4.22 mkdir -p $fs/usr/sbin $fs/etc/init.d 4.23 cp $_pkg/etc/dhcpd.conf $fs/etc 4.24 cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 4.25 - cp stuff/dhcpd $fs/etc/init.d 4.26 + cp $stuff/dhcpd $fs/etc/init.d 4.27 } 4.28