diff options
author | Steffen Sledz <sledz@dresearch.de> | 2010-05-27 09:20:23 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-05-27 09:27:33 +0200 |
commit | a04c213a1a779b81c8e734e44de5df055b993511 (patch) | |
tree | 315112274c035ccac589353299455513bd6bba1d /recipes/jansson/jansson.inc | |
parent | cf2bdb96eb629000b25dc1727810052d561f181b (diff) |
jansson: new recipe
Jansson is a C library for encoding, decoding and manipulating JSON data.
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Mario Schuknecht <m.schuknecht@dresearch.de>
Diffstat (limited to 'recipes/jansson/jansson.inc')
-rw-r--r-- | recipes/jansson/jansson.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/jansson/jansson.inc b/recipes/jansson/jansson.inc new file mode 100644 index 0000000000..38a108cdf2 --- /dev/null +++ b/recipes/jansson/jansson.inc @@ -0,0 +1,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 |