13 lines
504 B
BlitzBasic
13 lines
504 B
BlitzBasic
|
SUMMARY = "C bindings for apps which will manipupate JSON data"
|
||
|
DESCRIPTION = "An ultra-lightwight, portable, sigle-file, simple-as-can-be ANSI-C parser, under MIT license"
|
||
|
HOMEPAGE = "https://sourceforge.net/projects/cjson"
|
||
|
LICENSE = "MIT"
|
||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d3e69d3d465fba0ca6b5f837f6945322"
|
||
|
SRC_URI = "git://github.com/DaveGamble/cJSON.git;protocol=git;rev=c69134d01746dcf551dd7724b4edb12f922eb0d1"
|
||
|
|
||
|
S = "${WORKDIR}/git"
|
||
|
|
||
|
inherit cmake
|
||
|
|
||
|
INSANE_SKIP_${PN} += "installed-vs-shipped"
|