summaryrefslogtreecommitdiff
path: root/strata/qt5-tools/qtwebkit.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/qt5-tools/qtwebkit.morph')
-rw-r--r--strata/qt5-tools/qtwebkit.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/qt5-tools/qtwebkit.morph b/strata/qt5-tools/qtwebkit.morph
new file mode 100644
index 00000000..c9348aca
--- /dev/null
+++ b/strata/qt5-tools/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