core/iptables/Pkgfile

21 lines
488 B
Plaintext
Raw Permalink 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-11-13 19:14:59 +01:00
version=1.8.2
release=1
2018-11-13 19:14:59 +01:00
source=(https://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
}