wok diff dhcp6-relay/receipt @ rev 18350
Up libmagic-dev libmagic python-magic (5.24)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 12 10:24:19 2015 +0200 (2015-09-12) |
parents | 7008b10a1996 |
children | 624fe47fb580 |
line diff
1.1 --- a/dhcp6-relay/receipt Mon Oct 17 02:49:31 2011 +0000 1.2 +++ b/dhcp6-relay/receipt Sat Sep 12 10:24:19 2015 +0200 1.3 @@ -5,15 +5,16 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol relay 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 -DEPENDS="libcrypto" 1.10 WANTED="dhcp6" 1.11 PROVIDE="dhcp-relay" 1.12 1.13 +DEPENDS="libcrypto" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/sbin 1.19 - cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin 1.20 + cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin 1.21 } 1.22 -