wok-6.x diff net-snmp-dev/receipt @ rev 23362
updated perl-locale-maketext-lexicon (0.71 -> 1.00)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 11:03:08 2020 +0100 (2020-03-31) |
parents | 3765f181a6d5 |
children | e2073ef01171 |
line diff
1.1 --- a/net-snmp-dev/receipt Sat Nov 30 17:02:58 2013 +0000 1.2 +++ b/net-snmp-dev/receipt Tue Mar 31 11:03:08 2020 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="net-snmp-dev" 1.7 -VERSION="5.6.1" 1.8 +VERSION="5.8" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="dev files for net-snmp" 1.11 +SHORT_DESC="Development files for net-snmp." 1.12 MAINTAINER="allan316@gmail.com" 1.13 LICENSE="BSD" 1.14 WEB_SITE="http://net-snmp.sourceforge.net" 1.15 -WANTED="net-snmp" 1.16 1.17 DEPENDS="net-snmp" 1.18 +WANTED="net-snmp" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*.a $fs/usr/lib 1.25 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 + 1.28 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.29 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.30 + cp -a $install/usr/include $fs/usr 1.31 }