summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-18 15:14:07 +0000
committerMorph (on behalf of Ben Brewer) <root@baserock>2012-10-18 15:14:07 +0000
commit6fd1d03b7f167845d79b9b4d81034ebf0c093f28 (patch)
tree9052d03df8ee6a959f3cab663d0430f6cfb52adf
parent7b9362feb8342f1ba8d1d59541b835df9290fa67 (diff)
downloadlibunistring-6fd1d03b7f167845d79b9b4d81034ebf0c093f28.tar.gz
Morph build 02c93a086b4941e3b69a6715b0d80ad0
System branch: baserock/jannispohlmann/genivi-baseline
-rw-r--r--libunistring.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/libunistring.morph b/libunistring.morph
new file mode 100644
index 0000000..4e603e7
--- /dev/null
+++ b/libunistring.morph
@@ -0,0 +1,10 @@
+{
+ "name": "libunistring",
+ "description": "GNU Unicode String Library",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./autogen.sh",
+ "./configure --prefix=\"$PREFIX\""
+ ],
+}