summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-18 15:00:56 +0000
committerBen Brewer <ben.brewer@codethink.co.uk>2012-10-18 15:00:56 +0000
commit9b5db0d5fa5229845e983043ccf23c518479a85c (patch)
tree9052d03df8ee6a959f3cab663d0430f6cfb52adf
parent6a137a9ab88ec2ce7fbc3494872d74f64a68ab4f (diff)
downloadlibunistring-9b5db0d5fa5229845e983043ccf23c518479a85c.tar.gz
Added morph file.
-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\""
+ ],
+}