# Description: A Linux kernel packet filter control tool # URL: http://www.iptables.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu name=iptables version=1.8.1 release=1 source=(https://netfilter.org/projects/$name/files/$name-$version.tar.bz2 build_without_libnftnl.patch) build () { cd $name-$version # https://git.netfilter.org/iptables/commit/?id=b2fc2a368562d55fadad94d995247bb8cd7e68a3 patch -p1 -i $SRC/build_without_libnftnl.patch ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --enable-libipq \ --disable-nftables make make DESTDIR=$PKG install }