summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-01 17:00:34 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:48:40 +0100
commited713a904ee55f1c345d2d6c35e77892be96977e (patch)
treec4e50bf67b4a2bec1e0826eeebe378b1a7aa2cdd
parentce0f629b741f268d0546a775d9d8f4eec99d21d0 (diff)
downloadqtxmlpatterns-baserock/morph.tar.gz
Add qtxmlpatterns.morph to build the chunkbaserock/morph
-rw-r--r--qtxmlpatterns.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtxmlpatterns.morph b/qtxmlpatterns.morph
new file mode 100644
index 0000000..24f4444
--- /dev/null
+++ b/qtxmlpatterns.morph
@@ -0,0 +1,15 @@
+{
+ "name": "qtxmlpatterns",
+ "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"
+ ]
+}