wok-current diff net-snmp-dev/receipt @ rev 18091
slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to garcon-0.3.0.tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 22:25:36 2015 +0200 (2015-05-25) |
parents | 6acf7ee438a7 |
children | 9ec990a361cd |
line diff
1.1 --- a/net-snmp-dev/receipt Sat May 21 00:00:18 2011 +0000 1.2 +++ b/net-snmp-dev/receipt Mon May 25 22:25:36 2015 +0200 1.3 @@ -5,16 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="dev files for net-snmp" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="net-snmp" 1.8 +LICENSE="BSD" 1.9 WEB_SITE="http://net-snmp.sourceforge.net" 1.10 WANTED="net-snmp" 1.11 1.12 +DEPENDS="net-snmp" 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/lib 1.18 - cp -a $_pkg/usr/lib/*.a $fs/usr/lib 1.19 - cp -a $_pkg/usr/lib/*.la $fs/usr/lib 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.22 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.23 + cp -a $install/usr/include $fs/usr 1.24 } 1.25 -