easyconfigs-it4i/z/zlib/zlib-1.2.11.eb
Lukáš Krupčík e7acf1b8ec modified: README.md
modified:   z/zlib/zlib-1.2.11.eb
	modified:   z/zlib/zlib-1.2.8.eb
	deleted:    duplicate.sh
2018-10-03 08:56:03 +02:00

32 lines
729 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'zlib'
version = '1.2.11'
homepage = 'http://www.zlib.net/'
description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
not covered by any patents -- lossless data-compression library for use on virtually any
computer hardware and operating system."""
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['http://zlib.net/fossils']
sources = [SOURCELOWER_TAR_GZ]
buildopts = "CFLAGS='-fPIC'"
sanity_check_paths = {
'files': [
'include/zconf.h',
'include/zlib.h',
'lib/libz.a',
'lib/libz.%s' %
SHLIB_EXT],
'dirs': [],
}
moduleclass = 'lib'