summaryrefslogtreecommitdiff
path: root/elements/genivi/genivi/json-c.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/genivi/genivi/json-c.bst')
-rw-r--r--elements/genivi/genivi/json-c.bst15
1 files changed, 15 insertions, 0 deletions
diff --git a/elements/genivi/genivi/json-c.bst b/elements/genivi/genivi/json-c.bst
new file mode 100644
index 00000000..28308b31
--- /dev/null
+++ b/elements/genivi/genivi/json-c.bst
@@ -0,0 +1,15 @@
+kind: autotools
+description: JSON C Library
+depends:
+- foundation.bst
+- sound-server-pulseaudio.bst
+- cpp-common-libs.bst
+sources:
+- kind: git
+ url: upstream:json-c
+ track: baserock/json-c-0.12-20140410-plus-patch
+ ref: 365dabd8e6fa86da2add0889e448749e334e9164
+config:
+ install-commands:
+ - make DESTDIR="%{install-root}" install
+ - install -m755 json_object_iterator.h "%{install-root}/usr/include/json"