easyconfigs-it4i/l/libpng/libpng-1.2.59.eb
2019-11-06 13:27:39 +01:00

22 lines
493 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libpng'
version = '1.2.59'
homepage = 'http://www.libpng.org/pub/png/libpng.html'
description = "libpng is the official PNG reference library"
toolchain = SYSTEM
toolchainopts = {'pic': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('zlib', '1.2.11')]
preconfigopts = 'export LDFLAGS="-L/apps/all/zlib/1.2.11/lib" CPPFLAGS="-I/apps/all/zlib/1.2.11/include" &&'
configopts = "--with-pic"
moduleclass = 'lib'