blob: 38a108cdf22d9d31e7bb016856ae0858566348b3 (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "Jansson is a C library for encoding, decoding and manipulating JSON data."
HOMEPAGE = "http://www.digip.org/jansson/"
LICENSE = "MIT"
INC_PR = "r1"
SRC_URI = "http://www.digip.org/jansson/releases/${PN}-${PV}.tar.gz"
inherit autotools
|