wine-mono: remove long_desc.
This commit is contained in:
parent
e1edadc961
commit
120774bc8d
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'wine-mono'
|
# Template file for 'wine-mono'
|
||||||
pkgname=wine-mono
|
pkgname=wine-mono
|
||||||
version="4.5.0"
|
version="4.5.0"
|
||||||
revision=1
|
revision=2
|
||||||
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="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi"
|
||||||
checksum=389a2b60563a82e7bf93883dbf4eed933ae846dbad43e853c820878e3d1bedc9
|
checksum=389a2b60563a82e7bf93883dbf4eed933ae846dbad43e853c820878e3d1bedc9
|
||||||
long_desc="
|
|
||||||
Mono is an open-source and cross-platform implementation of the .NET Framework.
|
|
||||||
WINE can use a Windows build of Mono to run .NET applications."
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -25,6 +22,5 @@ do_extract() {
|
||||||
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.
|
||||||
mkdir -pv "${DESTDIR}/usr/share/wine/mono"
|
vinstall ${pkgname}-${version}.msi 755 usr/share/wine/mono
|
||||||
mv -v "${pkgname}-${version}.msi" "${DESTDIR}/usr/share/wine/mono"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue