da27b28838
Libucl is a high performance and flexible JSON/YAML/etc. parser for C. https://github.com/vstakhov/libucl [Thomas: - remove hash file, should not be used for github downloads - rewrap Config.in help text - remove trailing white space in Config.in. - add missing host-pkgconf dependency, without which the package doesn't autoreconf properly. - fix license: it is BSD-2c, not just BSD.] Signed-off-by: Nimai Mahajan <nimaim@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
435 B
Makefile
16 lines
435 B
Makefile
################################################################################
|
|
#
|
|
# libucl
|
|
#
|
|
################################################################################
|
|
|
|
LIBUCL_VERSION = 0.7.3
|
|
LIBUCL_SITE = $(call github,vstakhov,libucl,$(LIBUCL_VERSION))
|
|
LIBUCL_INSTALL_STAGING = YES
|
|
LIBUCL_AUTORECONF = YES
|
|
LIBUCL_LICENSE = BSD-2c
|
|
LIBUCL_LICENSE_FILES = COPYING
|
|
LIBUCL_DEPENDENCIES = host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|