summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--imlib2.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/imlib2.morph b/imlib2.morph
new file mode 100644
index 0000000..50bd316
--- /dev/null
+++ b/imlib2.morph
@@ -0,0 +1,13 @@
+{
+ "name": "imlib2",
+ "kind": "chunk",
+ "configure-commands": [
+ "./autogen.sh --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}