2012-09-20 13:32:29 +02:00
|
|
|
# Template file for 'wine-mono'
|
|
|
|
pkgname=wine-mono
|
2013-10-28 16:32:20 +01:00
|
|
|
version="4.5.0"
|
2014-02-16 10:46:09 +01:00
|
|
|
revision=2
|
2012-09-20 13:32:29 +02:00
|
|
|
homepage="http://wiki.winehq.org/Mono"
|
|
|
|
license="MIT,GPL-3,LGPL-2"
|
|
|
|
short_desc="Mono built for running .NET applications with WINE."
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
2013-04-14 17:36:49 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
2013-10-28 16:32:20 +01:00
|
|
|
checksum=389a2b60563a82e7bf93883dbf4eed933ae846dbad43e853c820878e3d1bedc9
|
2012-09-20 13:32:29 +02:00
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
create_wrksrc=yes
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="wine"
|
2012-09-20 13:32:29 +02:00
|
|
|
|
|
|
|
do_extract() {
|
|
|
|
# This is to avoid re-downloading it everytime this template is
|
|
|
|
# edited with a revbump... without an actual version bump.
|
|
|
|
cp -v "${XBPS_SRCDISTDIR}/${pkgname}-${version}.msi" ${wrksrc}
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
# The actual installation within WINE occurs at runtime in whatever
|
|
|
|
# WINEPREFIX is being used.
|
2014-02-16 10:46:09 +01:00
|
|
|
vinstall ${pkgname}-${version}.msi 755 usr/share/wine/mono
|
2012-09-20 13:32:29 +02:00
|
|
|
}
|