mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
21 lines
543 B
Plaintext
21 lines
543 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."""
|
|
|
|
# Dummy toolchain becasuse of GCC5.1/Mono problem
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [('libgdiplus', '3.12', '', ('GNU', '5.1.0-2.25'))]
|
|
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
source_urls = ['http://download.mono-project.com/sources/%(namelower)s']
|
|
|
|
maxparallel = 4
|
|
|
|
moduleclass = 'lang'
|