wok-current diff dhcp6/receipt @ rev 4645
linux-source: add missing files.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 26 11:02:36 2009 +0100 (2009-12-26) |
parents | bedf285c387c |
children | 7534e9548281 |
line diff
1.1 --- a/dhcp6/receipt Thu Jun 11 17:11:41 2009 +0200 1.2 +++ b/dhcp6/receipt Sat Dec 26 11:02:36 2009 +0100 1.3 @@ -5,9 +5,10 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol server with ipv6 support." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 +SOURCE="dhcp" 1.9 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.isc.org/products/DHCP/" 1.11 -WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$TARBALL" 1.12 +WGET_URL="http://ftp.isc.org/isc/$SOURCE/$TARBALL" 1.13 DEPENDS="libcrypto" 1.14 CONFIG_FILES="/etc/dhcpd.conf" 1.15 PROVIDE="dhcp" 1.16 @@ -15,6 +16,7 @@ 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 + ln -s $src $PACKAGE-$VERSION 2> /dev/null 1.21 cd $src 1.22 for i in start-without-ipv6 ; do 1.23 [ -f $i.done ] && continue 1.24 @@ -33,7 +35,7 @@ 1.25 cp $_pkg/etc/dhcpd.conf $fs/etc 1.26 cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 1.27 # Package all dhcp pkgs 1.28 - for i in $(cd $WOK; ls -d dhcp-*) 1.29 + for i in $(cd $WOK; ls -d dhcp6-*) 1.30 do 1.31 tazwok genpkg $i 1.32 done