Skip to content
Permalink
update-openssh
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 29 lines (20 sloc) 556 Bytes
#!/bin/env beesh
# BEE_VERSION icu4c-63.1-1
#neu gebaut wegen neuen gcc und firefox
# 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
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
#}