Skip to content
Permalink
f577968c69
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 30 lines (20 sloc) 524 Bytes
#!/bin/env beesh
#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/53.1/icu4c-53_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
}