wok view dhcp6-client/receipt @ rev 21770

dhcp*: update website
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 01 12:11:40 2019 +0200 (2019-07-01)
parents e05d978e5ab8
children e3178e8508fc
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/"
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 }