wok view dhcp6-client/receipt @ rev 8130

Fix: no .ppd to compress anymore in cups
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 24 13:53:31 2011 +0100 (2011-01-24)
parents 82e83ddb59bd
children d99f567dd3b3
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp6-client"
4 VERSION="4.2.0-P2"
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 }