From b4da5e41fff076c2784ae66cf8c02c4c666fed32 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 17 Jun 2014 17:47:48 +0100 Subject: Add morph --- qtwebkit.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qtwebkit.morph diff --git a/qtwebkit.morph b/qtwebkit.morph new file mode 100644 index 000000000..ad30a27c5 --- /dev/null +++ b/qtwebkit.morph @@ -0,0 +1,11 @@ +name: qtwebkit +kind: chunk +max-jobs: 1 +configure-commands: +- QMAKEPATH=/qtwebkit.build/Tools/qmake/mkspecs qmake WebKit.pro +build-commands: +- make +- make html_docs +install-commands: +- make install INSTALL_ROOT="$DESTDIR" +- make install_html_docs INSTALL_ROOT="$DESTDIR" -- cgit v1.2.1