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, 0 insertions, 20 deletions
diff --git a/iptables/Pkgfile.old b/iptables/Pkgfile.old
deleted file mode 100644
index 8095417..0000000
--- a/iptables/Pkgfile.old
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}