wok-4.x view iptables-dev/receipt @ rev 9369

Up: eduke32 to 20110319-1850. Add eduke32-data for duke3d.grp file. This will save space in the source folder also.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 22 21:16:04 2011 +0000 (2011-03-22)
parents 08c2b2eab7b4
children b5e282d6944e
line source
1 # SliTaz package receipt.
3 PACKAGE="iptables-dev"
4 VERSION="1.4.10"
5 CATEGORY="developement"
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 }