Files
rpi-buildroot/package/libnftnl/libnftnl.mk
Waldemar Brodkorb 00fdb953e0 package/libnftnl: update to 1.2.7
There is no changelog available, but you can browse the git log
here:
https://git.netfilter.org/libnftnl/log/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-08-19 13:09:29 +02:00

16 lines
485 B
Makefile

################################################################################
#
# libnftnl
#
################################################################################
LIBNFTNL_VERSION = 1.2.7
LIBNFTNL_SITE = https://netfilter.org/projects/libnftnl/files
LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.xz
LIBNFTNL_LICENSE = GPL-2.0+
LIBNFTNL_LICENSE_FILES = COPYING
LIBNFTNL_INSTALL_STAGING = YES
LIBNFTNL_DEPENDENCIES = host-pkgconf libmnl
$(eval $(autotools-package))