summaryrefslogtreecommitdiffstats
path: root/iptables/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 14:33:21 +0100
committerLukc <lukc@upyum.com>2010-12-12 14:33:21 +0100
commit33487bcc173f593e4310d18b093e785eb919e475 (patch)
treea45da51d5cdb41a18681bb4117064143b6e0c23e /iptables/Pkgfile.old
parentc080bceaf48f763a6ba74b6b697fdcf62b809ada (diff)
downloadopt-33487bcc173f593e4310d18b093e785eb919e475.tar.gz
opt-33487bcc173f593e4310d18b093e785eb919e475.tar.bz2
opt-33487bcc173f593e4310d18b093e785eb919e475.tar.xz
opt-33487bcc173f593e4310d18b093e785eb919e475.zip
Recette de iptables ajoutée.
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
+}