From cdf105007b259e78c9554de667f622354ef532f9 Mon Sep 17 00:00:00 2001 From: Easy Build Date: Tue, 2 May 2017 16:13:17 +0200 Subject: [PATCH] new file: m/Mono/Mono-4.8.1.0.eb --- m/Mono/Mono-4.8.1.0.eb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 m/Mono/Mono-4.8.1.0.eb diff --git a/m/Mono/Mono-4.8.1.0.eb b/m/Mono/Mono-4.8.1.0.eb new file mode 100644 index 00000000..721ede8e --- /dev/null +++ b/m/Mono/Mono-4.8.1.0.eb @@ -0,0 +1,21 @@ +name = 'Mono' +version = '4.8.1.0' + +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': 'dummy', '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'