Skip to content
Permalink
update-mpfr-402
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 32 lines (21 sloc) 552 Bytes
#!/bin/env beesh
# BEE_VERSION icu4c-63.1-0
#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"
build_in_sourcedir
# BEE_CONFIGURE=compat
# EXCLUDE=""
sourcesubdir_append source
mee_patch_post() {
chmod +x runConfigureICU configure install-sh
}
mee_configure() {
start_cmd ./runConfigureICU Linux --prefix=${PREFIX}
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}