wok-6.x diff dhcp/receipt @ rev 16678
Add virtual packages Qt4, libcairo-compmgr, libpurple
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 16 09:47:35 2014 +0000 (2014-05-16) |
parents | e9130cce9043 |
children | 291369229046 |
line diff
1.1 --- a/dhcp/receipt Sun Jun 30 09:55:32 2013 +0200 1.2 +++ b/dhcp/receipt Fri May 16 09:47:35 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol server." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="ISC" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.isc.org/products/DHCP/" 1.10 WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$TARBALL" 1.11 @@ -31,8 +32,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/sbin $fs/etc/init.d 1.15 - cp $_pkg/etc/dhcpd.conf $fs/etc 1.16 - cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 1.17 + cp $install/etc/dhcpd.conf $fs/etc 1.18 + cp $install/usr/sbin/dhcpd $fs/usr/sbin 1.19 cp $stuff/dhcpd $fs/etc/init.d 1.20 } 1.21