wok view udhcpc6-fake/receipt @ rev 7145

Add udhcpc6-fake
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 06 16:08:43 2010 +0100 (2010-11-06)
parents
children d871301c2874
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 }