blob: dfce96fd457dcafc4f47ada365cd2d2c1ba611cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
################################################################################
#
# json-c
#
################################################################################
JSON_C_VERSION = 0.11
JSON_C_SITE = https://s3.amazonaws.com/json-c_releases/releases
JSON_C_INSTALL_STAGING = YES
JSON_C_MAKE = $(MAKE1)
JSON_C_CONF_OPTS = --disable-oldname-compat
JSON_C_LICENSE = MIT
JSON_C_LICENSE_FILES = COPYING
$(eval $(autotools-package))
|