2011-09-28 22:18:29 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# json-c
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2013-05-09 09:14:24 +02:00
|
|
|
JSON_C_VERSION = 0.11
|
2014-07-31 10:46:58 +02:00
|
|
|
JSON_C_SITE = https://s3.amazonaws.com/json-c_releases/releases
|
2011-09-28 22:18:29 +02:00
|
|
|
JSON_C_INSTALL_STAGING = YES
|
2013-05-09 09:14:24 +02:00
|
|
|
JSON_C_MAKE = $(MAKE1)
|
2014-09-27 21:32:44 +02:00
|
|
|
JSON_C_CONF_OPTS = --disable-oldname-compat
|
2013-07-10 19:25:41 +02:00
|
|
|
JSON_C_LICENSE = MIT
|
|
|
|
JSON_C_LICENSE_FILES = COPYING
|
2011-09-28 22:18:29 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|