Permalink
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?
bee-files/icu4c.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mozjs 52.2.1 requires at least version 58.1, so upgrade to the latest one. checking for icu-i18n >= 58.1... Requested 'icu-i18n >= 58.1' but version of icu-i18n is 53.1 configure: error: Library requirements (icu-i18n >= 58.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
executable file
32 lines (21 sloc)
552 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
} |