wok diff dhcp-dev/receipt @ rev 16638
libvalhalla-dev: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 10:29:35 2014 +0000 (2014-05-12) |
parents | c490d846d349 |
children | a1d1bad5f192 |
line diff
1.1 --- a/dhcp-dev/receipt Mon Oct 17 02:48:46 2011 +0000 1.2 +++ b/dhcp-dev/receipt Mon May 12 10:29:35 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol development files." 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 @@ -12,7 +13,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/lib $fs/usr 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 + cp -a $install/usr/lib $fs/usr 1.18 + cp -a $install/usr/include $fs/usr 1.19 } 1.20