summaryrefslogtreecommitdiffstats
path: root/iptables/Pkgfile
blob: 2c45548dbd7f5e5474e9b3fa251312f67c00c29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="A Linux kernel packet filter control tool"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://www.iptables.org/"
depends=()

name=iptables
version=1.4.10
release=1
source=(ftp://ftp.netfilter.org/pub/iptables/iptables-1.4.10.tar.bz2)
build () 
{ 
    cd $name-$version;
    ./configure --prefix=/usr --mandir=/usr/man --libexecdir=/usr/lib --enable-libipq;
    make;
    make DESTDIR=$PKG install
}