X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iptables%2FPkgfile;h=6382f74d56b358a2987e0dd7b107db296b0e3be3;hb=2c26c989882b1f0d4d843939b4152856c9859013;hp=4f62698f1f15468cdc4373ed72df65f9c54e452a;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/iptables/Pkgfile b/iptables/Pkgfile index 4f62698..6382f74 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -1,23 +1,21 @@ # Description: A Linux kernel packet filter control tool # URL: http://www.iptables.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=iptables -version=1.4.4 +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 }