mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
wine-mono: update to 4.5.4 and make it 32bit compatible.
This commit is contained in:
parent
235b8fb222
commit
b6fd454652
1 changed files with 7 additions and 11 deletions
|
@ -1,24 +1,20 @@
|
||||||
# Template file for 'wine-mono'
|
# Template file for 'wine-mono'
|
||||||
pkgname=wine-mono
|
pkgname=wine-mono
|
||||||
version="4.5.0"
|
version=4.5.4
|
||||||
revision=3
|
revision=1
|
||||||
|
build_style=fetch
|
||||||
homepage="http://wiki.winehq.org/Mono"
|
homepage="http://wiki.winehq.org/Mono"
|
||||||
license="MIT,GPL-3,LGPL-2"
|
license="MIT,GPL-3,LGPL-2"
|
||||||
short_desc="Mono built for running .NET applications with WINE."
|
short_desc="Mono built for running .NET applications with WINE"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
||||||
checksum=389a2b60563a82e7bf93883dbf4eed933ae846dbad43e853c820878e3d1bedc9
|
checksum=20bced7fee01f25279edf07670c5033d25c2c9834a839e7a20410ce1c611d6f2
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
lib32mode=full
|
||||||
|
lib32depends="wine-32bit>=0"
|
||||||
depends="wine"
|
depends="wine"
|
||||||
|
|
||||||
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}/${pkgname}-${version}.msi" ${wrksrc}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# The actual installation within WINE occurs at runtime in whatever
|
# The actual installation within WINE occurs at runtime in whatever
|
||||||
# WINEPREFIX is being used.
|
# WINEPREFIX is being used.
|
||||||
|
|
Loading…
Add table
Reference in a new issue