From 120774bc8d0edec40cf3de544764f5c2ddd0b8ad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 10:46:09 +0100 Subject: [PATCH] wine-mono: remove long_desc. --- srcpkgs/wine-mono/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/wine-mono/template b/srcpkgs/wine-mono/template index fc0630ac999..a5a72b705d0 100644 --- a/srcpkgs/wine-mono/template +++ b/srcpkgs/wine-mono/template @@ -1,16 +1,13 @@ # Template file for 'wine-mono' pkgname=wine-mono version="4.5.0" -revision=1 +revision=2 homepage="http://wiki.winehq.org/Mono" license="MIT,GPL-3,LGPL-2" short_desc="Mono built for running .NET applications with WINE." maintainer="davehome " distfiles="${SOURCEFORGE_SITE}/wine/Wine%20Mono/${version}/${pkgname}-${version}.msi" 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 create_wrksrc=yes @@ -25,6 +22,5 @@ do_extract() { do_install() { # The actual installation within WINE occurs at runtime in whatever # WINEPREFIX is being used. - mkdir -pv "${DESTDIR}/usr/share/wine/mono" - mv -v "${pkgname}-${version}.msi" "${DESTDIR}/usr/share/wine/mono" + vinstall ${pkgname}-${version}.msi 755 usr/share/wine/mono }