easyconfigs-it4i/m/Mono/Mono-3.12.1-GNU-5.1.0-2.25.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

20 lines
500 B
Plaintext

name = 'Mono'
version = '3.12.1'
easyblock = 'ConfigureMake'
homepage = 'http://www.mono-project.com'
description = """Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards
for C# and the Common Language Runtime."""
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
dependencies = [('libgdiplus', '3.12')]
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['http://download.mono-project.com/sources/%(namelower)s']
maxparallel = 4
moduleclass = 'lang'