core/iptables/Pkgfile

19 lines
447 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
2008-06-20 21:03:29 +02:00
version=1.4.1.1
release=2
2006-02-23 16:26:10 +01:00
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
build () {
cd $name-$version
2008-01-15 19:06:35 +01:00
2008-06-10 12:58:01 +02:00
./configure --prefix=/usr --mandir=/usr/man --libexecdir=/usr/lib \
--enable-libipq
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}