wok-next diff dhcp6/receipt @ rev 7301
Up: dhcp6 to 4.2.0-P1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 17 03:30:22 2010 +0000 (2010-11-17) |
parents | 07408a482374 |
children | ff8355306733 |
line diff
1.1 --- a/dhcp6/receipt Sat Jun 26 11:57:03 2010 +0200 1.2 +++ b/dhcp6/receipt Wed Nov 17 03:30:22 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dhcp6" 1.7 -VERSION="4.1.1b1" 1.8 +VERSION="4.2.0-P1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Dynamic Host Configuration Protocol server with ipv6 support." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -10,6 +10,7 @@ 1.13 WEB_SITE="http://www.isc.org/products/DHCP/" 1.14 WGET_URL="http://ftp.isc.org/isc/$SOURCE/$TARBALL" 1.15 DEPENDS="libcrypto" 1.16 +BUILD_DEPENDS="perl" 1.17 CONFIG_FILES="/etc/dhcpd.conf" 1.18 PROVIDE="dhcp" 1.19 1.20 @@ -22,11 +23,6 @@ 1.21 sed -i "s/SEMI/MYEOL = '\\\\n',\n\tQUESTION = '?',\n\t&/" \ 1.22 includes/dhctoken.h 1.23 sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' server/ddns.c 1.24 - for i in start-without-ipv6 ; do 1.25 - [ -f $i.done ] && continue 1.26 - patch -p1 < ../stuff/$i.u || return 1 1.27 - touch $i.done 1.28 - done 1.29 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.30 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.31 make && make DESTDIR=$PWD/_pkg install 1.32 @@ -39,10 +35,5 @@ 1.33 cp $_pkg/etc/dhcpd.conf $fs/etc 1.34 cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 1.35 cp $WOK/dhcp/stuff/dhcpd $fs/etc/init.d 1.36 - # Package all dhcp pkgs 1.37 - for i in $(cd $WOK; ls -d dhcp6-*) 1.38 - do 1.39 - tazwok genpkg $i 1.40 - done 1.41 } 1.42