add libjson, a library to create and parse json files
authorMichael Lauer <mickey@vanille-media.de>
Tue, 19 Feb 2008 19:11:42 +0000 (19:11 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 19 Feb 2008 19:11:42 +0000 (19:11 +0000)
packages/libjson/.mtn2git_empty [new file with mode: 0644]
packages/libjson/libjson_0.6.bb [new file with mode: 0644]

diff --git a/packages/libjson/.mtn2git_empty b/packages/libjson/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libjson/libjson_0.6.bb b/packages/libjson/libjson_0.6.bb
new file mode 100644 (file)
index 0000000..4c93e82
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "A library for parsing and creating JSON files"
+HOMEPAGE = "http://oss.metaparadigm.com/json-c/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "BSD"
+PR = "r0"
+
+SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
+S = "${WORKDIR}/json-c-${PV}"
+
+inherit autotools 
+
+do_stage() {
+       autotools_stage_all
+}