From 041b8d14a22f9e4c7f34abe8b0f9a3a1f5933146 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 13 May 2013 15:38:27 +0100 Subject: Add enlightenment.morph.morph to build chunk --- enlightenment.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 enlightenment.morph 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" + ] +} -- cgit v1.2.1