core/iptables/Pkgfile
Juergen Daubert 36d623557e [notify] iptables: update to 1.4.18
the soname of libxtables has been changed, rebuild all ports
dependent on iptables.
2013-03-04 17:31:40 +01:00

19 lines
481 B
Plaintext

# 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.18
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
}