wok-next diff dhcp6-relay/receipt @ rev 18736
postfix, cyrus-imapd; fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 21 23:38:11 2015 +0100 (2015-12-21) |
parents | 7008b10a1996 |
children |
line diff
1.1 --- a/dhcp6-relay/receipt Mon Oct 17 02:49:31 2011 +0000 1.2 +++ b/dhcp6-relay/receipt Mon Dec 21 23:38:11 2015 +0100 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 -