easyconfigs-it4i/l/libarchive/libarchive-3.4.3.eb
2021-07-02 11:52:11 +02:00

27 lines
547 B
Plaintext

# IT4Innovations 2021
# LK
easyblock = 'ConfigureMake'
name = 'libarchive'
version = '3.4.3'
homepage = 'https://www.libarchive.org/'
description = """
Multi-format archive and compression library
"""
toolchain = SYSTEM
source_urls = ['https://www.libarchive.org/downloads/']
sources = [SOURCE_TAR_GZ]
checksums = ['ee1e749213c108cb60d53147f18c31a73d6717d7e3d2481c157e1b34c881ea39']
sanity_check_paths = {
'files': ['include/archive.h', 'lib/libarchive.%s' % SHLIB_EXT],
'dirs': ['bin', 'share/man/man3'],
}
moduleclass = 'tools'