summaryrefslogtreecommitdiff
path: root/baserock/strata/qt5-tools/icu.morph
blob: f9532f04ff94a237c0d28d8955b23d7f0ccef2b7 (plain)
1
2
3
4
5
6
7
8
9
name: icu
kind: chunk
configure-commands:
- sed -e 's/LDFLAGSICUDT/#LDFLAGSICUDT/' -i source/config/mh-linux
- cd source; ./runConfigureICU Linux --prefix=/usr
build-commands:
- cd source; unset TARGET ; make
install-commands:
- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install