mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
28 lines
674 B
Plaintext
28 lines
674 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libICU'
|
|
version = '62.1'
|
|
|
|
homepage = 'http://maven.apache.org/index.html'
|
|
description = """Binary maven install, Apache Maven is a software project management and comprehension tool. Based on
|
|
the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a
|
|
central piece of information.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
sources = ['icu4c-62_1-src.tgz']
|
|
source_urls = ['http://download.icu-project.org/files/icu4c/%(version)s']
|
|
|
|
|
|
start_dir = "source"
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['bin'],
|
|
}
|
|
|
|
moduleclass = 'devel'
|