core/libnftnl/Pkgfile

18 lines
478 B
Plaintext
Raw Normal View History

# 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/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libmnl
name=libnftnl
2023-07-12 12:01:03 +02:00
version=1.2.6
release=1
2023-03-10 15:02:25 +01:00
source=(https://www.netfilter.org/pub/libnftnl/libnftnl-$version.tar.xz)
build() {
2023-08-21 21:49:13 +02:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}