2013-04-10 11:04:26 +02:00
|
|
|
# Template file for 'mono'
|
|
|
|
pkgname=mono
|
2015-06-19 07:07:12 +02:00
|
|
|
version=4.0.1.44
|
2014-11-24 13:12:22 +01:00
|
|
|
revision=1
|
2015-06-19 07:10:01 +02:00
|
|
|
wrksrc="mono-${version%.*}"
|
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-06-19 07:07:12 +02:00
|
|
|
checksum=eaf5bd9d19818cb89483b3c9cae2ee3569643fd621560da036f6a49f6b3e3a6f
|
2015-05-22 14:00:02 +02:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|