wok-6.x diff dhcp-relay/receipt @ rev 18292
Add suplemon
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Aug 15 12:16:40 2015 +0100 (2015-08-15) |
parents | c490d846d349 |
children | a1d1bad5f192 |
line diff
1.1 --- a/dhcp-relay/receipt Mon Oct 17 02:48:46 2011 +0000 1.2 +++ b/dhcp-relay/receipt Sat Aug 15 12:16:40 2015 +0100 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol relay." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="ISC" 1.8 WEB_SITE="http://www.isc.org/products/DHCP/" 1.9 +WANTED="dhcp" 1.10 + 1.11 DEPENDS="libcrypto" 1.12 -WANTED="dhcp" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/sbin 1.18 - cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin 1.19 + cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin 1.20 } 1.21