wok view iptables-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents eb6dc5da2824
children d28da15a9c1f
line source
1 # SliTaz package receipt.
3 PACKAGE="iptables-dev"
4 VERSION="1.4.15"
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 }