core/iptables/Pkgfile

19 lines
481 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A Linux kernel packet filter control tool
# URL: http://www.iptables.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=iptables
2018-02-03 02:56:28 +01:00
version=1.6.2
release=1
2011-07-23 15:45:56 +02:00
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2008-10-14 19:19:11 +02:00
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--enable-libipq \
--disable-nftables
2008-06-10 12:58:01 +02:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}