blob: 9915907ea8cf579a5e6fbbc30c07b310834326da [file] [log] [blame] [edit]
################################################################################
#
# jsoncpp
#
################################################################################
JSONCPP_VERSION = 1.9.6
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
JSONCPP_LICENSE = Public Domain or MIT
JSONCPP_LICENSE_FILES = LICENSE
JSONCPP_CPE_ID_VALID = YES
JSONCPP_INSTALL_STAGING = YES
JSONCPP_CONF_OPTS = -Dtests=false
$(eval $(meson-package))