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.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/strata/qt5-tools/qtwebkit.morph b/strata/qt5-tools/qtwebkit.morph
new file mode 100644
index 00000000..e402d600
--- /dev/null
+++ b/strata/qt5-tools/qtwebkit.morph
@@ -0,0 +1,25 @@
+name: qtwebkit
+kind: chunk
+description: ''
+max-jobs: 1
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- QMAKEPATH=/qtwebkit.build/Tools/qmake/mkspecs qmake WebKit.pro
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []