summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-17 17:37:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-17 17:37:44 +0000
commit343012de057c215ee49fec4c03b5439b4b39e1a7 (patch)
tree69f63a557e28f17b3fcd1d47133a673b3e76623e
parent86d380528bc48525b3257fb730854e8c432c5079 (diff)
downloadlibexpat-343012de057c215ee49fec4c03b5439b4b39e1a7.tar.gz
add morph
-rw-r--r--libexpat.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/libexpat.morph b/libexpat.morph
new file mode 100644
index 0000000..cd7f42b
--- /dev/null
+++ b/libexpat.morph
@@ -0,0 +1,14 @@
+{
+ "name": "libexpat",
+ "kind": "chunk",
+ "configure-commands": [
+ "sh buildconf.sh",
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}