summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--enlightenment.morph13
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"
+ ]
+}