Permalink
Newer
100755
29 lines (20 sloc)
556 Bytes
6
# SRCURL[0]="http://download.icu-project.org/files/icu4c/63.1/icu4c-63_1-src.tgz"
7
SRCURL[0]="https://beehive.molgen.mpg.de/9e40f6055294284df958200e308bce50/icu4c-63_1-src.tgz"
8
9
build_in_sourcedir
10
11
# BEE_CONFIGURE=compat
12
13
sourcesubdir_append source
14
15
mee_patch_post() {
16
chmod +x runConfigureICU configure install-sh
17
}
18
19
mee_configure() {
20
start_cmd ./runConfigureICU Linux --prefix=${PREFIX}
21
}
22