wok diff dhcp6-client/receipt @ rev 6509

Up: cromfs to 1.5.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 01 20:48:34 2010 +0000 (2010-10-01)
parents
children 82e83ddb59bd
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dhcp6-client/receipt	Fri Oct 01 20:48:34 2010 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="dhcp6-client"
     1.7 +VERSION="4.1.1b1"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.isc.org/products/DHCP/"
    1.12 +WANTED="dhcp6"
    1.13 +DEPENDS="libcrypto"
    1.14 +CONFIG_FILES="/etc/dhclient.conf"
    1.15 +PROVIDE="dhcp-client"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    1.21 +	cp $_pkg/etc/dhclient.conf $fs/etc
    1.22 +	cp $_pkg/../client/scripts/linux $fs/etc/dhclient-script
    1.23 +	cp $_pkg/usr/sbin/dhclient $fs/usr/sbin
    1.24 +	cp $_pkg/usr/bin/omshell $fs/usr/bin
    1.25 +}
    1.26 +