wok view iptables-dev/receipt @ rev 14247

syslinux/iso2exe: use posixovl -F
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 23:14:15 2013 +0100 (2013-03-24)
parents afb2a12cfae8
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="iptables-dev"
4 VERSION="1.4.16.2"
5 CATEGORY="development"
6 SHORT_DESC="Packet filtering framework (Firewall) - dev files"
7 WEB_SITE="http://www.netfilter.org/"
8 MAINTAINER="slaxemulator@gmail.com"
9 WANTED="iptables"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/include $fs/usr
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 }