2011-09-28 22:18:29 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# json-c
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2015-04-15 11:21:28 +02:00
|
|
|
JSON_C_VERSION = json-c-0.12-20140410
|
2014-12-17 22:09:03 +01:00
|
|
|
JSON_C_SITE = $(call github,json-c,json-c,$(JSON_C_VERSION))
|
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
|
2015-04-15 11:21:28 +02:00
|
|
|
# AUTORECONF is needed because of Makefile.am.inc patch.
|
|
|
|
JSON_C_AUTORECONF = YES
|
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))
|