X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iptables%2FPkgfile;h=6382f74d56b358a2987e0dd7b107db296b0e3be3;hb=0881fc2835e11facf2da89bb563d2a6cc2ea99ba;hp=b7712e1202e38db50efa592b2fccc72718c699a2;hpb=f6c603333660b9160006e94b3407a4c461148575;p=crossrootfs.git diff --git a/iptables/Pkgfile b/iptables/Pkgfile index b7712e1..6382f74 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -1,24 +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 -# Depends on: +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=iptables -version=1.4.5 +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 }