From 0e0ae9f878aadf68b2960b02a764e73bd23989e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 16 May 2017 07:34:08 +0200 Subject: [PATCH] new file: m/Mono/Mono-5.0.0.100.eb --- m/Mono/Mono-5.0.0.100.eb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 m/Mono/Mono-5.0.0.100.eb diff --git a/m/Mono/Mono-5.0.0.100.eb b/m/Mono/Mono-5.0.0.100.eb new file mode 100644 index 00000000..a4377f97 --- /dev/null +++ b/m/Mono/Mono-5.0.0.100.eb @@ -0,0 +1,21 @@ +name = 'Mono' +version = '5.0.0.100' + +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'