summaryrefslogtreecommitdiffstats
path: root/iptables/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/Pkgfile.old')
-rw-r--r--iptables/Pkgfile.old20
1 files changed, 20 insertions, 0 deletions
diff --git a/iptables/Pkgfile.old b/iptables/Pkgfile.old
new file mode 100644
index 0000000..8095417
--- /dev/null
+++ b/iptables/Pkgfile.old
@@ -0,0 +1,20 @@
+# Description: A Linux kernel packet filter control tool
+# URL: http://www.iptables.org/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+
+name=iptables
+version=1.4.10
+release=1
+source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/man \
+ --libexecdir=/usr/lib \
+ --enable-libipq
+
+ make
+ make DESTDIR=$PKG install
+}