mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
31 lines
507 B
Plaintext
31 lines
507 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'XZ'
|
|
version = '5.2.2'
|
|
|
|
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'
|