mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
28 lines
614 B
Plaintext
28 lines
614 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libgd'
|
|
version = '2.2.4'
|
|
|
|
homepage = 'http://libgd.bitbucket.org/'
|
|
description = "GD is an open source code library for the dynamic creation of images by programmers."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [
|
|
'https://github.com/libgd/libgd/releases/download/gd-%(version)s/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('fontconfig', '2.11.1'),
|
|
('libjpeg-turbo', '1.5.1'),
|
|
('libpng', '1.6.29'),
|
|
('zlib', '1.2.11'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["lib/libgd.a", "lib/libgd.%s" % SHLIB_EXT],
|
|
'dirs': ["bin", "include"],
|
|
}
|
|
|
|
moduleclass = 'lib'
|