wok-next diff dhcp6-client/receipt @ rev 19467
slitaz-i18n: give translations from yad-gtk2 package.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 25 01:31:43 2016 +0300 (2016-10-25) |
parents | 7008b10a1996 |
children |
line diff
1.1 --- a/dhcp6-client/receipt Mon Oct 17 02:49:31 2011 +0000 1.2 +++ b/dhcp6-client/receipt Tue Oct 25 01:31:43 2016 +0300 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