summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-13 15:38:27 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-13 15:38:27 +0100
commit6d02661a4c57771888304960ce62d4fdf587be8f (patch)
treefb0091581270ef65e4c70222caf5d8a772f8f432
parenteee318461def892ed0d87aad36b18a9e98b3fda0 (diff)
downloadimlib2-baserock/morph.tar.gz
Add imlib2.morph.morph to build chunkbaserock/morph
-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"
+ ]
+}