mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-26 00:07:16 +00:00

json-c is a JSON library written in C. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
320 B
Makefile
12 lines
320 B
Makefile
################################################################################
|
|
#
|
|
# json-c
|
|
#
|
|
################################################################################
|
|
|
|
JSON_C_VERSION = 0.9
|
|
JSON_C_SITE = http://oss.metaparadigm.com/json-c/
|
|
JSON_C_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,json-c))
|