easyconfigs-it4i/x/XZ/XZ-5.2.4.eb
2019-11-06 13:27:39 +01:00

33 lines
530 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'XZ'
version = '5.2.4'
homepage = 'http://tukaani.org/xz/'
description = "xz: XZ utilities"
toolchain = SYSTEM
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['http://tukaani.org/xz/']
builddependencies = [
('Autotools', '20150215'),
]
dependencies = [
('gettext', '0.19.4'),
]
# may become useful in non-x86 archs
#configopts = ' --disable-assembler '
sanity_check_paths = {
'files': ["bin/xz", "bin/lzmainfo"],
'dirs': []
}
moduleclass = 'tools'