easyconfigs-it4i/m/Mono/Mono-4.6.2.16.eb

22 lines
519 B
Plaintext

name = 'Mono'
version = '4.6.2.16'
homepage = 'http://mono-framework.com'
description = """An open source, cross-platform, implementation of C# and the CLR that is
binary compatible with Microsoft.NET."""
toolchain = {'name': 'system', 'version': ''}
source_urls = ['http://download.mono-project.com/sources/mono/']
sources = [SOURCELOWER_TAR_BZ2]
builddependencies = [
('Autotools', '20150215'),
('Bison', '3.0.4'),
('gettext', '0.19.8'),
]
configopts = "--with-large-heap=yes"
moduleclass = 'lang'