mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libpng'
|
|
version = '1.6.34'
|
|
|
|
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'
|