Skip to content

Commit

Permalink
Merge pull request #1669 from mariux64/fix-srcurl-icu4c
Browse files Browse the repository at this point in the history
icu4c: fix SRCURL
  • Loading branch information
wwwutz authored Feb 10, 2020
2 parents 761b67a + 12cf96c commit ce46a33
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions icu4c.be0
Original file line number Diff line number Diff line change
@@ -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() {
Expand All @@ -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
#}

0 comments on commit ce46a33

Please sign in to comment.