wok diff dhcp6-client/receipt @ rev 20625
lazarus: force arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 31 19:46:12 2018 +0100 (2018-12-31) |
parents | 7008b10a1996 |
children | 624fe47fb580 |
line diff
1.1 --- a/dhcp6-client/receipt Mon Oct 17 02:49:31 2011 +0000 1.2 +++ b/dhcp6-client/receipt Mon Dec 31 19:46:12 2018 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="ISC" 1.8 WEB_SITE="http://www.isc.org/products/DHCP/" 1.9 WANTED="dhcp6" 1.10 DEPENDS="libcrypto" 1.11 @@ -15,9 +16,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc 1.15 - cp $_pkg/etc/dhclient.conf $fs/etc 1.16 + cp $install/etc/dhclient.conf $fs/etc 1.17 cp $src/client/scripts/linux $fs/etc/dhclient-script 1.18 - cp $_pkg/usr/sbin/dhclient $fs/usr/sbin 1.19 - cp $_pkg/usr/bin/omshell $fs/usr/bin 1.20 + cp $install/usr/sbin/dhclient $fs/usr/sbin 1.21 + cp $install/usr/bin/omshell $fs/usr/bin 1.22 } 1.23