summaryrefslogtreecommitdiff
path: root/strata/qt5-tools/icu.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/qt5-tools/icu.morph')
-rw-r--r--strata/qt5-tools/icu.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/strata/qt5-tools/icu.morph b/strata/qt5-tools/icu.morph
new file mode 100644
index 00000000..53eafedf
--- /dev/null
+++ b/strata/qt5-tools/icu.morph
@@ -0,0 +1,23 @@
+name: icu
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- cd source; ./runConfigureICU Linux --prefix=/usr
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- cd source; unset TARGET ; make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []