wok-6.x annotate dhcp-client/receipt @ rev 22157
updated xdg-user-dirs (0.14 -> 0.17)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 07 10:01:05 2019 +0100 (2019-11-07) |
parents | e05d978e5ab8 |
children | e3178e8508fc |
rev | line source |
---|---|
pascal@1338 | 1 # SliTaz package receipt. |
pascal@1338 | 2 |
pascal@1338 | 3 PACKAGE="dhcp-client" |
Hans-G?nter@20825 | 4 VERSION="4.4.1" |
pascal@1338 | 5 CATEGORY="network" |
pascal@1338 | 6 SHORT_DESC="Dynamic Host Configuration Protocol ISC client." |
pascal@1338 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="ISC" |
pascal@21770 | 9 WEB_SITE="http://www.isc.org/" |
Hans-G?nter@20825 | 10 |
pascal@1338 | 11 WANTED="dhcp" |
pascal@2488 | 12 DEPENDS="libcrypto" |
pascal@1338 | 13 CONFIG_FILES="/etc/dhclient.conf" |
pascal@1338 | 14 |
pascal@1338 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1338 | 16 genpkg_rules() |
pascal@1338 | 17 { |
pascal@1338 | 18 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc |
Hans-G?nter@20825 | 19 cp $install/etc/dhclient.conf.example $fs/etc/dhclient.conf |
slaxemulator@8771 | 20 cp $src/client/scripts/linux $fs/etc/dhclient-script |
pascal@15579 | 21 cp $install/usr/sbin/dhclient $fs/usr/sbin |
pascal@15579 | 22 cp $install/usr/bin/omshell $fs/usr/bin |
pascal@1338 | 23 } |