kumquat-buildroot/package/jsoncpp/jsoncpp.mk
Bernd Kuhls ff9dc529a1 package/jsoncpp: bump version to 1.9.2
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-01-05 22:01:15 +01:00

14 lines
405 B
Makefile

################################################################################
#
# jsoncpp
#
################################################################################
JSONCPP_VERSION = 1.9.2
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
JSONCPP_LICENSE = Public Domain or MIT
JSONCPP_LICENSE_FILES = LICENSE
JSONCPP_INSTALL_STAGING = YES
$(eval $(meson-package))