wok-6.x view iptables-dev/receipt @ rev 10972
Up: tor to 0.2.2.33.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 12 12:39:17 2011 +0000 (2011-10-12) |
parents | 77cbf72db340 |
children | 9d2b7651adf4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="iptables-dev"
4 VERSION="1.4.10"
5 CATEGORY="development"
6 SHORT_DESC="Packet filtering framework (Firewall) - dev files"
7 MAINTAINER="slaxemulator@gmail.com"
8 WANTED="iptables"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/lib
14 cp -a $_pkg/usr/include $fs/usr
15 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 }