summaryrefslogtreecommitdiff
path: root/strata/webtools/icu.def
blob: fc136fd2c64d7d3a9f16f21d61fc462b795130e2 (plain)
1
2
3
4
5
6
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