jansson: new package

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Simon Dawson 2013-03-27 00:33:57 +00:00 committed by Peter Korsgaard
parent 3f14d9baed
commit 5cae3e8af0
3 changed files with 20 additions and 0 deletions

View file

@ -618,6 +618,7 @@ menu "JSON/XML"
source "package/cjson/Config.in"
source "package/expat/Config.in"
source "package/ezxml/Config.in"
source "package/jansson/Config.in"
source "package/json-c/Config.in"
source "package/json-glib/Config.in"
source "package/libroxml/Config.in"

View file

@ -0,0 +1,7 @@
config BR2_PACKAGE_JANSSON
bool "jansson"
help
Jansson is a C library for encoding, decoding and manipulating JSON
data.
http://www.digip.org/jansson/

View file

@ -0,0 +1,12 @@
#############################################################
#
# jansson
#
#############################################################
JANSSON_VERSION = 2.4
JANSSON_SITE = http://www.digip.org/jansson/releases
JANSSON_LICENSE = MIT
JANSSON_LICENSE_FILES = LICENSE
JANSSON_INSTALL_STAGING = YES
$(eval $(autotools-package))