summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-17 17:41:47 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-18 14:52:47 +0100
commit900132c500428fb7b89fda744badd807df4d2af6 (patch)
tree6be6606c51cc835e8091b24e633c4778b563da5f
parent3d19812f745fac35aab02743c576a51dd9b0714f (diff)
downloadqtserialport-baserock/v5.3.0.tar.gz
-rw-r--r--qtserialport.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtserialport.morph b/qtserialport.morph
new file mode 100644
index 0000000..8a222fc
--- /dev/null
+++ b/qtserialport.morph
@@ -0,0 +1,11 @@
+name: qtserialport
+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"
+