2006-02-23 15:26:10 +00:00
|
|
|
# Description: A Linux kernel packet filter control tool
|
|
|
|
# URL: http://www.iptables.org/
|
2007-01-23 17:25:18 +00:00
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=iptables
|
2019-05-28 11:22:43 +02:00
|
|
|
version=1.8.3
|
2016-01-04 17:19:21 +01:00
|
|
|
release=1
|
2018-11-13 19:14:59 +01:00
|
|
|
source=(https://netfilter.org/projects/$name/files/$name-$version.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2018-08-09 11:30:08 +02:00
|
|
|
|
2008-10-14 19:19:11 +02:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib \
|
2016-01-04 17:19:21 +01:00
|
|
|
--enable-libipq \
|
|
|
|
--disable-nftables
|
2018-08-09 11:30:08 +02:00
|
|
|
|
2008-06-10 12:58:01 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|