X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iptables%2FPkgfile;h=36fc5caf6f06220188effcc0b69307c2d9cb1e92;hb=fd73c0c5c87f0a3f418e2e5a0f8028434b619670;hp=b7712e1202e38db50efa592b2fccc72718c699a2;hpb=f6c603333660b9160006e94b3407a4c461148575;p=crossrootfs.git diff --git a/iptables/Pkgfile b/iptables/Pkgfile index b7712e1..36fc5ca 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.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 }