wok view udhcpc6-fake/receipt @ rev 8311

Fixed linmodem-intel-536ep and linmodem-intel-537 genpkg_rules. This now works with tazwok-experimental (i think).
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 02:40:02 2011 +0000 (2011-02-01)
parents 1ff68145904f
children 9dee63b88e27
line source
1 # SliTaz package receipt.
3 PACKAGE="udhcpc6-fake"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="Temporary? udhcpc fake for ipv6 support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/DHCP/"
9 DEPENDS="dhcp6-client"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 cp -a stuff/* $fs
15 chmod +x $fs/sbin/udhcpc $fs/etc/dhclient-script
16 }