wok view dhcp6-client/receipt @ rev 21130

Up xpaint (2.9.10.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 21 11:55:21 2019 +0100 (2019-03-21)
parents 624fe47fb580
children f1e92a9bbf08
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp6-client"
4 VERSION="4.4.1"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="http://www.isc.org/downloads/DHCP/"
11 WANTED="dhcp6"
12 DEPENDS="libcrypto"
13 CONFIG_FILES="/etc/dhclient.conf"
14 PROVIDE="dhcp-client"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
20 cp $install/etc/dhclient.conf.example $fs/etc/dhcpd.conf
21 cp $src/client/scripts/linux $fs/etc/dhclient-script
22 cp $install/usr/sbin/dhclient $fs/usr/sbin
23 cp $install/usr/bin/omshell $fs/usr/bin
24 }