void-packages/srcpkgs/wine-mono/template

19 lines
614 B
Bash
Raw Normal View History

2012-09-20 11:32:29 +00:00
# Template file for 'wine-mono'
pkgname=wine-mono
2015-04-11 16:54:15 +00:00
version=4.5.6
revision=1
2014-12-17 13:09:55 +00:00
noarch=yes
build_style=fetch
2012-09-20 11:32:29 +00:00
homepage="http://wiki.winehq.org/Mono"
license="MIT,GPL-3,LGPL-2"
short_desc="Mono built for running .NET applications with WINE"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
2015-04-11 16:54:15 +00:00
checksum=ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25
2012-09-20 11:32:29 +00:00
do_install() {
# The actual installation within WINE occurs at runtime in whatever
# WINEPREFIX is being used.
2015-04-11 16:54:15 +00:00
vinstall ${pkgname}-${version}.msi 644 usr/share/wine/mono
2012-09-20 11:32:29 +00:00
}