core/iptables/Pkgfile

21 lines
492 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
2021-01-17 12:29:55 +01:00
version=1.8.7
release=1
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01: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 \
--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 16:26:10 +01:00
}