wok annotate dhcp-client/receipt @ rev 24085

tuxpaint: do not run kbuildsycoca4 without kde
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 14:52:46 2021 +0000 (2021-07-10)
parents f1e92a9bbf08
children 25f321eee88e
rev   line source
pascal@1338 1 # SliTaz package receipt.
pascal@1338 2
pascal@1338 3 PACKAGE="dhcp-client"
Hans-G?nter@22733 4 VERSION="4.4.2"
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"
Hans-G?nter@22733 9 WEB_SITE="https://www.isc.org/dhcp/"
Hans-G?nter@20825 10
Hans-G?nter@22733 11 DEPENDS="libcrypto"
pascal@1338 12 WANTED="dhcp"
Hans-G?nter@22733 13
pascal@1338 14 CONFIG_FILES="/etc/dhclient.conf"
pascal@1338 15
pascal@1338 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1338 17 genpkg_rules()
pascal@1338 18 {
Hans-G?nter@22733 19 mkdir -p $fs/usr/sbin
Hans-G?nter@22733 20 mkdir -p $fs/usr/bin $fs/etc
Hans-G?nter@22733 21
Hans-G?nter@22733 22 cp $install/etc/dhclient.conf.example $fs/etc/dhclient.conf
Hans-G?nter@22733 23 cp $src/client/scripts/linux $fs/etc/dhclient-script
Hans-G?nter@22733 24 cp $install/usr/sbin/dhclient $fs/usr/sbin
Hans-G?nter@22733 25 cp $install/usr/bin/omshell $fs/usr/bin
pascal@1338 26 }