easyconfigs-it4i/l/libarchive/libarchive-3.3.2.eb

26 lines
473 B
Plaintext

# IT4Innovations
easyblock = 'CMakeMake'
name = 'libarchive'
version = '3.3.2'
homepage = 'https://www.libarchive.org/'
description = "Multi-format archive and compression library"
toolchain = {'name': 'system', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/libarchive/libarchive/archive/']
sources = ['v3.3.2.tar.gz']
builddependencies = [
('CMake', '3.13.1'),
]
dependencies = [
('zlib', '1.2.11'),
]
moduleclass = 'lib'