CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
iptables: updated to 1.6.2
[crossrootfs.git] / iptables / Pkgfile
index 930e6fdae32ef09ba5bd206bc7201417aa4f8b39..6382f74d56b358a2987e0dd7b107db296b0e3be3 100644 (file)
@@ -2,23 +2,20 @@
 # URL: http://www.iptables.org/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
 
 name=iptables
-version=1.4.10
+version=1.6.2
 release=1
-source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
+source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) 
 
 build () {
   cd $name-$version
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --libexecdir=/usr/lib \
-              --enable-libipq
-
+              --enable-libipq \
+              --disable-nftables
   make
   make DESTDIR=$PKG install
 }