summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:23:31 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:23:31 +0100
commit098f931de58072edd5d591cdc4a2ad3c05e83991 (patch)
treea7eef20c2fb5d845e195e7ebe338840c17e7a74d
parent35afbe295043bd3e27357b8e987ec19b54bfd8c8 (diff)
downloadsnowshoe-baserock/morph.tar.gz
Add snowshoe.morph to build the chunkbaserock/morph
-rw-r--r--snowshoe.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/snowshoe.morph b/snowshoe.morph
new file mode 100644
index 0000000..6fde6ab
--- /dev/null
+++ b/snowshoe.morph
@@ -0,0 +1,13 @@
+{
+ "name": "snowshoe",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR"
+ ]
+}