From 12cf96c080ad1c0e8e00587cdcc28077dceb2c5e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 7 Feb 2020 15:28:55 +0100 Subject: [PATCH] icu4c: fix SRCURL - fixed SRCURL --- icu4c.be0 | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/icu4c.be0 b/icu4c.be0 index 42a154093..4169c9ac2 100755 --- a/icu4c.be0 +++ b/icu4c.be0 @@ -1,18 +1,15 @@ #!/bin/env beesh -# BEE_VERSION icu4c-63.1-0 +# BEE_VERSION icu4c-63.1-1 #neu gebaut wegen neuen gcc und firefox -#SRCURL[0]="http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz" -SRCURL[0]="http://download.icu-project.org/files/icu4c/63.1/icu4c-63_1-src.tgz" +# SRCURL[0]="http://download.icu-project.org/files/icu4c/63.1/icu4c-63_1-src.tgz" +SRCURL[0]="https://beehive.molgen.mpg.de/9e40f6055294284df958200e308bce50/icu4c-63_1-src.tgz" build_in_sourcedir # BEE_CONFIGURE=compat -# EXCLUDE="" - - sourcesubdir_append source mee_patch_post() { @@ -23,10 +20,10 @@ mee_configure() { start_cmd ./runConfigureICU Linux --prefix=${PREFIX} } -mee_build() { - bee_build -} +#mee_build() { +# bee_build +#} -mee_install() { - bee_install -} +#mee_install() { +# bee_install +#}