# 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.8 release=1 source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ --enable-libipq \ --disable-nftables make make DESTDIR=$PKG install }