#!/bin/mkpkg # description: libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem # url: https://netfilter.org/projects/libnftnl/ name=libnftnl version=1.3.2 release=1 depends=(libmnl) source=( https://www.netfilter.org/pub/libnftnl/libnftnl-$version.tar.xz ) sha256sums=( "c97abc3409f8fa396b4462b2bb7f147a3a47a4ddc97cfa0b2f18890c9cfde8b0" ) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -f $PKG/usr/lib/*.la } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh