summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}