summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-17 09:33:56 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-17 09:33:56 +0100
commit271dd66de0c318d8ae7257c8c8f618b28b1de48c (patch)
treef3ffda56f27715a1429aff166ed9292dc27c9373
parent5eafca5efbc29d86dac0e643e99017d8355b4e31 (diff)
downloadqt4-tools-271dd66de0c318d8ae7257c8c8f618b28b1de48c.tar.gz
Add a qt4-tools.morph to build the Qt4 chunk
-rw-r--r--qt4-tools.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/qt4-tools.morph b/qt4-tools.morph
new file mode 100644
index 0000000000..95cf4ee818
--- /dev/null
+++ b/qt4-tools.morph
@@ -0,0 +1,13 @@
+{
+ "name": "qt4-tools",
+ "kind": "chunk",
+ "configure-commands": [
+ "./configure -v -prefix /usr -opensource -confirm-license"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install INSTALL_ROOT=$DESTDIR"
+ ]
+}