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
2013-11-26 19:39:35 +01:00
version=1.4.21
2013-08-08 16:47:56 +02:00
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 \
--mandir=/usr/man \
--libexecdir=/usr/lib \
2008-06-10 12:58:01 +02:00
--enable-libipq
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}