diff options
author | Richard Dale <richard.dale@codethink.co.uk> | 2013-05-13 15:38:27 +0100 |
---|---|---|
committer | Richard Dale <richard.dale@codethink.co.uk> | 2013-05-13 15:38:27 +0100 |
commit | 041b8d14a22f9e4c7f34abe8b0f9a3a1f5933146 (patch) | |
tree | 8991ab9acfe947fa1c996d5063c4b88e03525050 | |
parent | 9f744b5eb3198e98619a587e67e32152dd1675e3 (diff) | |
download | enlightenment-041b8d14a22f9e4c7f34abe8b0f9a3a1f5933146.tar.gz |
Add enlightenment.morph.morph to build chunkbaserock/morph
-rw-r--r-- | enlightenment.morph | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/enlightenment.morph b/enlightenment.morph new file mode 100644 index 0000000000..8246b67cd3 --- /dev/null +++ b/enlightenment.morph @@ -0,0 +1,13 @@ +{ + "name": "enlightenment", + "kind": "chunk", + "configure-commands": [ + "./autogen.sh --prefix=/usr" + ], + "build-commands": [ + "make" + ], + "install-commands": [ + "make DESTDIR=\"$DESTDIR\" install" + ] +} |