Skip to content

icu4c: fix SRCURL #1669

Merged
merged 1 commit into from
Feb 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}