2013-04-10 11:04:26 +02:00
|
|
|
# Template file for 'mono'
|
|
|
|
pkgname=mono
|
2015-05-22 08:18:14 +02:00
|
|
|
version=4.0.1
|
2014-11-24 13:12:22 +01:00
|
|
|
revision=1
|
2014-04-04 18:44:02 +02:00
|
|
|
lib32disabled=yes
|
2013-04-10 11:04:26 +02:00
|
|
|
build_style=gnu-configure
|
2014-11-24 13:12:22 +01:00
|
|
|
configure_args="--disable-static --disable-system-aot"
|
2014-01-01 16:10:11 +01:00
|
|
|
# XXX: figure out how to split this up into subpkgs.
|
2015-05-22 14:00:02 +02:00
|
|
|
hostmakedepends="automake libtool perl python"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="zlib-devel libX11-devel libgdiplus-devel"
|
2013-04-10 11:04:26 +02:00
|
|
|
short_desc="Free implementation of the .NET platform including runtime and compiler"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-04-10 11:04:26 +02:00
|
|
|
homepage="http://www.go-mono.org"
|
2014-11-24 13:12:22 +01:00
|
|
|
license="GPL-2, LGPL-2, MPL, MIT"
|
2013-04-10 11:04:26 +02:00
|
|
|
distfiles="http://download.mono-project.com/sources/mono/$pkgname-$version.tar.bz2"
|
2015-05-22 08:18:14 +02:00
|
|
|
checksum=ff1f15f3b8d43c6a2818c00fabe377b2d8408ad14acd9d507658b4cae00f5bce
|
2015-05-22 14:00:02 +02:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|