summaryrefslogtreecommitdiffstats
path: root/base/iptables/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:19:58 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:19:58 +0200
commitb181ea44632f0551de0324af586b23f57241e7a9 (patch)
treed0d3eecc4eebcdafa2f05cb41ac3ad986d367a98 /base/iptables/Pkgfile
parent3bddd893a0378106d4e84d59efc7bcf74faf14de (diff)
downloadnutyx-pakxe-b181ea44632f0551de0324af586b23f57241e7a9.tar.gz
nutyx-pakxe-b181ea44632f0551de0324af586b23f57241e7a9.tar.bz2
nutyx-pakxe-b181ea44632f0551de0324af586b23f57241e7a9.tar.xz
nutyx-pakxe-b181ea44632f0551de0324af586b23f57241e7a9.zip
iptables dans extra
Diffstat (limited to 'base/iptables/Pkgfile')
-rwxr-xr-xbase/iptables/Pkgfile34
1 files changed, 0 insertions, 34 deletions
diff --git a/base/iptables/Pkgfile b/base/iptables/Pkgfile
deleted file mode 100755
index 9e74445e7..000000000
--- a/base/iptables/Pkgfile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Description: L'outil de contrôle pour le filtrage des paquets de données aux travers des interfaces réseaux
-# URL: http://www.iptables.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=iptables
-version=1.4.10
-release=1
-source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2 \
- rc.iptables )
-
-
-build() {
- source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
- tar xvf $scripts-$scriptsversion.tar.bz2
-
- cd $name-$version
- ./configure --prefix=/usr \
- --exec_prefix="" \
- --libdir=/lib \
- --bindir=/sbin \
- --mandir=/usr/share/man \
- --libexecdir=/usr/lib \
- --enable-libipq
- make
- make DESTDIR=$PKG install
- cd ../$scripts-$scriptsversion
- make DESTDIR=$PKG install-$name
- install -m700 $SRC/rc.iptables \
- $PKG/etc/rc.d/rc.iptables
-
-}