wok-next diff iptables-dev/receipt @ rev 13207
Up collectd (5.1.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 15:08:32 2012 +0200 (2012-08-06) |
parents | eb6dc5da2824 |
children | d28da15a9c1f |
line diff
1.1 --- a/iptables-dev/receipt Fri Apr 20 10:44:25 2012 +0200 1.2 +++ b/iptables-dev/receipt Mon Aug 06 15:08:32 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iptables-dev" 1.7 -VERSION="1.4.13" 1.8 +VERSION="1.4.15" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Packet filtering framework (Firewall) - dev files" 1.11 WEB_SITE="http://www.netfilter.org/" 1.12 @@ -12,7 +12,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.22 }