summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-13 15:38:28 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-13 15:38:28 +0100
commite4c97ddffea9c91a291e1a6a7c6ebd1bbf47629a (patch)
tree7e265de43a35fa06d4a15e43b8850823632ecdb9
parent2ef866f0e385f65e4906003a3fa452001c6ab89e (diff)
downloadelementary-baserock/morph.tar.gz
Add elementary.morph.morph to build chunkbaserock/morph
-rw-r--r--elementary.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/elementary.morph b/elementary.morph
new file mode 100644
index 000000000..35c3f45ea
--- /dev/null
+++ b/elementary.morph
@@ -0,0 +1,13 @@
+{
+ "name": "elementary",
+ "kind": "chunk",
+ "configure-commands": [
+ "./autogen.sh --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}