mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
16 lines
514 B
Makefile
16 lines
514 B
Makefile
################################################################################
|
|
#
|
|
# libnfnetlink
|
|
#
|
|
################################################################################
|
|
|
|
LIBNFNETLINK_VERSION = 1.0.1
|
|
LIBNFNETLINK_SOURCE = libnfnetlink-$(LIBNFNETLINK_VERSION).tar.bz2
|
|
LIBNFNETLINK_SITE = http://www.netfilter.org/projects/libnfnetlink/files
|
|
LIBNFNETLINK_AUTORECONF = YES
|
|
LIBNFNETLINK_INSTALL_STAGING = YES
|
|
LIBNFNETLINK_LICENSE = GPL-2.0
|
|
LIBNFNETLINK_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|