wok view dhcp-client/receipt @ rev 23579

updated python-webhelpers (1.2 -> 1.3)
author Hans-G?nter Theisgen
date Tue Apr 07 13:46:16 2020 +0100 (2020-04-07)
parents f1e92a9bbf08
children 25f321eee88e
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp-client"
4 VERSION="4.4.2"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic Host Configuration Protocol ISC client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://www.isc.org/dhcp/"
11 DEPENDS="libcrypto"
12 WANTED="dhcp"
14 CONFIG_FILES="/etc/dhclient.conf"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/sbin
20 mkdir -p $fs/usr/bin $fs/etc
22 cp $install/etc/dhclient.conf.example $fs/etc/dhclient.conf
23 cp $src/client/scripts/linux $fs/etc/dhclient-script
24 cp $install/usr/sbin/dhclient $fs/usr/sbin
25 cp $install/usr/bin/omshell $fs/usr/bin
26 }