wok rev 9292
Add iptables-dev. Thanks to domcox for making this receipt.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 17 05:26:48 2011 +0000 (2011-03-17) |
parents | 90785fe90d8c |
children | 2ab1bb45de99 |
files | iptables-dev/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/iptables-dev/receipt Thu Mar 17 05:26:48 2011 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="iptables-dev" 1.7 +VERSION="1.4.10" 1.8 +CATEGORY="developement" 1.9 +SHORT_DESC="Packet filtering framework (Firewall) - dev files" 1.10 +MAINTAINER="domcox@slitaz.org" 1.11 +WANTED="iptables" 1.12 + 1.13 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.14 +genpkg_rules() 1.15 +{ 1.16 + mkdir -p $fs/usr/lib 1.17 + cp -a $_pkg/usr/include $fs/usr 1.18 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 +}