easyconfigs-it4i/l/libICU/libICU-61.1.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

29 lines
730 B
Plaintext

# IT4Innovations 2018
easyblock = 'PackedBinary'
name = 'libICU'
version = '61.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': 'dummy', 'version': 'dummy'}
sources = ['icu4c-61_1-AIX7_2-VA2.tgz']
source_urls = ['http://download.icu-project.org/files/icu4c/%(version)s']
postinstallcmds = [
'mv %(installdir)s/usr/local/* %(installdir)s/',
]
sanity_check_paths = {
'files': [],
'dirs': ['bin'],
}
moduleclass = 'devel'