5aa4e18d63
[Peter: license is GPLv2+] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
484 B
Makefile
16 lines
484 B
Makefile
################################################################################
|
|
#
|
|
# libnftnl
|
|
#
|
|
################################################################################
|
|
|
|
LIBNFTNL_VERSION = 1.0.0
|
|
LIBNFTNL_SITE = http://netfilter.org/projects/libnftnl/files/
|
|
LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
|
|
LIBNFTNL_LICENSE = GPLv2+
|
|
LIBNFTNL_LICENSE_FILES = COPYING
|
|
LIBNFTNL_INSTALL_STAGING = YES
|
|
LIBNFTNL_DEPENDENCIES = host-pkgconf libmnl
|
|
|
|
$(eval $(autotools-package))
|