diff options
Diffstat (limited to 'strata/webtools/icu.morph')
-rw-r--r-- | strata/webtools/icu.morph | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/webtools/icu.morph b/strata/webtools/icu.morph new file mode 100644 index 00000000..37dec07e --- /dev/null +++ b/strata/webtools/icu.morph @@ -0,0 +1,8 @@ +name: icu +kind: chunk +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 |