CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkg-config: updated to 0.29.1
[crossrootfs.git] / iptables / Pkgfile
index f78b717f8919c1b6af4c1ff9eb1cd88348564b9d..36fc5caf6f06220188effcc0b69307c2d9cb1e92 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.5
+version=1.6.1
 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
 }