wok view dhcp6-client/receipt @ rev 3679

Fix: ocsinventory-agent. Add Tazpkg.pm. Fix filesystem reports.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Jul 12 23:18:03 2009 +0200 (2009-07-12)
parents
children 82e83ddb59bd
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp6-client"
4 VERSION="4.1.1b1"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/DHCP/"
9 WANTED="dhcp6"
10 DEPENDS="libcrypto"
11 CONFIG_FILES="/etc/dhclient.conf"
12 PROVIDE="dhcp-client"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
18 cp $_pkg/etc/dhclient.conf $fs/etc
19 cp $_pkg/../client/scripts/linux $fs/etc/dhclient-script
20 cp $_pkg/usr/sbin/dhclient $fs/usr/sbin
21 cp $_pkg/usr/bin/omshell $fs/usr/bin
22 }