From 900132c500428fb7b89fda744badd807df4d2af6 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 17 Jun 2014 17:41:47 +0100 Subject: Add morph --- qtserialport.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qtserialport.morph 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" + -- cgit v1.2.1