void-packages/srcpkgs/mono/template

22 lines
742 B
Bash
Raw Normal View History

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%.*}"
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-06-19 07:07:12 +02:00
checksum=eaf5bd9d19818cb89483b3c9cae2ee3569643fd621560da036f6a49f6b3e3a6f
2015-05-22 14:00:02 +02:00
pre_configure() {
autoreconf -fi
}