summaryrefslogtreecommitdiff
path: root/strata/qt5-tools/icu.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/qt5-tools/icu.def')
-rw-r--r--strata/qt5-tools/icu.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/qt5-tools/icu.def b/strata/qt5-tools/icu.def
new file mode 100644
index 00000000..fc136fd2
--- /dev/null
+++ b/strata/qt5-tools/icu.def
@@ -0,0 +1,7 @@
+name: icu
+configure-commands:
+- cd source; ./runConfigureICU Linux --prefix=/usr
+build-commands:
+- cd source; unset TARGET ; make
+install-commands:
+- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install