void-packages/srcpkgs/mono/template
2013-10-28 14:35:52 -06:00

23 lines
682 B
Plaintext

# Template file for 'mono'
pkgname=mono
version=3.2.3
revision=1
build_style=gnu-configure
hostmakedepends="libtool perl"
makedepends="zlib-devel libX11-devel libgdiplus-devel"
patch_args="-Np1"
short_desc="Free implementation of the .NET platform including runtime and compiler"
maintainer="pancake <pancake@nopcode.org>"
homepage="http://www.go-mono.org"
license="GPL-2, LGPL-2, MPL, MITX11"
distfiles="http://download.mono-project.com/sources/mono/$pkgname-$version.tar.bz2"
checksum=b8c2f97d6a5232dbf5a8180e5c38d4722b81af748893649d7d9e82c5cf8ef41a
# XXX: figure out how to split this up into subpkgs.
mono_package() {
depends="libgdiplus>=0"
pkg_install() {
vmove all
}
}