summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-10 02:20:25 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:48:09 +0100
commit3b33afd2814c88002e2efc4955e5b1851aff0c58 (patch)
tree84d696c5dc1cfd46e839c30002ea4e0cead4a381
parent1a095bd1f406b453cfea16312bbb0f258d370b59 (diff)
downloadqtx11extras-3b33afd2814c88002e2efc4955e5b1851aff0c58.tar.gz
A qtx11extras.morph to build chunkbaserock/morph
-rw-r--r--qtx11extras.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtx11extras.morph b/qtx11extras.morph
new file mode 100644
index 0000000..1265fde
--- /dev/null
+++ b/qtx11extras.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtx11extras",
+ "kind": "chunk",
+ "configure-commands": [
+ "qmake"
+ ],
+ "build-commands": [
+ "make",
+ "make html_docs"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR",
+ "make install_html_docs INSTALL_ROOT=$DESTDIR"
+ ]
+}