Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data" |
| 2 | HOMEPAGE = "http://www.digip.org/jansson/" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61" |
| 5 | |
| 6 | SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz" |
| 7 | |
| 8 | SRC_URI[md5sum] = "7af071db9970441e1eaaf25662310e33" |
| 9 | SRC_URI[sha256sum] = "6e85f42dabe49a7831dbdd6d30dca8a966956b51a9a50ed534b82afc3fa5b2f4" |
| 10 | |
| 11 | inherit autotools pkgconfig |
| 12 | |