mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
23 lines
680 B
Plaintext
23 lines
680 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libzip'
|
|
version = '1.2.0'
|
|
|
|
homepage = 'https://nih.at/libzip/'
|
|
description = """libzip is a C library for reading, creating, and modifying zip archives.
|
|
Files can be added from data buffers, files, or compressed data copied directly from other
|
|
zip archives. Changes made without closing the archive can be reverted. The API is documented
|
|
by man pages."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = ['https://nih.at/libzip']
|
|
sources = ['%(name)s-%(version)s.tar.gz']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/zipcmp', 'bin/zipmerge', 'bin/ziptool'],
|
|
'dirs': ['bin', 'include', 'lib', 'share'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|