# 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'