mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For change log, see: https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.3.0 Signed-off-by: Petr Vorel <petr.vorel@gmail.com> [Julien: add link to git change log] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
485 B
Makefile
16 lines
485 B
Makefile
################################################################################
|
|
#
|
|
# libnftnl
|
|
#
|
|
################################################################################
|
|
|
|
LIBNFTNL_VERSION = 1.3.0
|
|
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))
|