summaryrefslogtreecommitdiffstats
path: root/iptables/Pkgfile.old
blob: 80954178dae315bf50e401f8fe3d6ea419e0b311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: A Linux kernel packet filter control tool
# URL:         http://www.iptables.org/
# Maintainer:  CRUX System Team, core-ports at crux dot nu

name=iptables
version=1.4.10
release=1
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)

build () {
    cd $name-$version

    ./configure --prefix=/usr \
                --mandir=/usr/man \
                --libexecdir=/usr/lib \
                --enable-libipq

    make
    make DESTDIR=$PKG install
}