mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
28 lines
613 B
Plaintext
28 lines
613 B
Plaintext
name = 'libgdiplus'
|
|
version = '3.12'
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
homepage = 'https://github.com/mono/libgdiplus'
|
|
description = """An Open Source implementation of the GDI+ API."""
|
|
|
|
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
|
|
|
|
sources = ['%(version)s.tar.gz']
|
|
source_urls = ['https://github.com/mono/libgdiplus/archive/']
|
|
|
|
preconfigopts = "./autogen.sh && "
|
|
|
|
osdependencies = [('cairo-devel', 'libssl-dev')]
|
|
|
|
builddependencies = [('GLib', '2.40.0', '', ('intel', '2015b'))]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libgdiplus.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
maxparallel = 4
|
|
|
|
moduleclass = 'lang'
|