void-packages/srcpkgs/mono/template

21 lines
711 B
Bash
Raw Normal View History

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
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"
# XXX: figure out how to split this up into subpkgs.
2015-05-22 14:00:02 +02:00
hostmakedepends="automake libtool perl python"
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"
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
}