### this file is sourced not run
PKGBUILD=1
PKGARCH=x86_64

# source: james
PKGVER=1.0.5.2022.10 # git master d9bd111c99a054db24e3b7d0cc19cead5a593643
TARBALL=nftables-2022.10.tar.bz2
MD5SUM=272c4664a24857adbe3c5eafe78cf007
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
#BUNDLE=

SLACKREQ='libnftnl' # we can use readline or libedit, choose readline here
SLACKDESC="nftables: nftables $PKGVER (Linux next-gen firewall)
nftables: 
nftables: nftables is the command line utilities to manage next-generation 
nftables: Linux kernel-based firewall.
nftables: 
nftables: 
nftables: 
nftables: 
nftables: 
nftables: 
nftables: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-cli=readline --disable-python --disable-debug"
	
	cd /tmp/nftables* &&
	./autogen.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


