mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
27 lines
547 B
Plaintext
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'
|