wok annotate dhcp6-client/receipt @ rev 21694
updated portaudio and portaudio-dev (v19_20110326 -> 190600_20161030)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 05 16:15:15 2019 +0100 (2019-06-05) |
parents | 624fe47fb580 |
children | f1e92a9bbf08 |
rev | line source |
---|---|
pascal@3350 | 1 # SliTaz package receipt. |
pascal@3350 | 2 |
pascal@3350 | 3 PACKAGE="dhcp6-client" |
Hans-G?nter@20835 | 4 VERSION="4.4.1" |
pascal@3350 | 5 CATEGORY="network" |
pascal@3350 | 6 SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support." |
pascal@3350 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="ISC" |
pascal@20867 | 9 WEB_SITE="http://www.isc.org/downloads/DHCP/" |
Hans-G?nter@20835 | 10 |
pascal@3350 | 11 WANTED="dhcp6" |
pascal@3350 | 12 DEPENDS="libcrypto" |
pascal@3350 | 13 CONFIG_FILES="/etc/dhclient.conf" |
pascal@3350 | 14 PROVIDE="dhcp-client" |
pascal@3350 | 15 |
pascal@3350 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3350 | 17 genpkg_rules() |
pascal@3350 | 18 { |
pascal@3350 | 19 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc |
Hans-G?nter@20835 | 20 cp $install/etc/dhclient.conf.example $fs/etc/dhcpd.conf |
slaxemulator@8771 | 21 cp $src/client/scripts/linux $fs/etc/dhclient-script |
pascal@15579 | 22 cp $install/usr/sbin/dhclient $fs/usr/sbin |
pascal@15579 | 23 cp $install/usr/bin/omshell $fs/usr/bin |
pascal@3350 | 24 } |