From d29a0d526c4142d60d1e9bdd5edc9b0de2da2e79 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Sep 2014 17:30:57 +0200 Subject: [PATCH] wineasio: switch to INSTALL.msg. --- srcpkgs/wineasio/{INSTALL => INSTALL.msg} | 12 ------------ srcpkgs/wineasio/template | 5 ++--- 2 files changed, 2 insertions(+), 15 deletions(-) rename srcpkgs/wineasio/{INSTALL => INSTALL.msg} (71%) diff --git a/srcpkgs/wineasio/INSTALL b/srcpkgs/wineasio/INSTALL.msg similarity index 71% rename from srcpkgs/wineasio/INSTALL rename to srcpkgs/wineasio/INSTALL.msg index a262b80b3d7..a0d6017c3bb 100644 --- a/srcpkgs/wineasio/INSTALL +++ b/srcpkgs/wineasio/INSTALL.msg @@ -1,12 +1,3 @@ -# -# This script will advise the user to register the wineasio.dll with WINE -# for their user account. -# -case "${ACTION}" in -pre) - ;; -post) - cat << _EOF ===================================================================== Be sure to run 'regsvr32 wineasio.dll' as your user before use! @@ -18,6 +9,3 @@ NOTE: The JACK server must be running in order to load the driver into an application. ===================================================================== -_EOF - ;; -esac diff --git a/srcpkgs/wineasio/template b/srcpkgs/wineasio/template index 28c4ae71317..b6a35e49839 100644 --- a/srcpkgs/wineasio/template +++ b/srcpkgs/wineasio/template @@ -1,8 +1,8 @@ # Template file for 'wineasio' pkgname=wineasio version=0.9.2 -revision=3 -nonfree="yes" +revision=4 +nonfree"yes only_for_archs=i686 wrksrc=${pkgname} homepage="http://sourceforge.net/projects/wineasio" @@ -21,7 +21,6 @@ do_build() { make clean make ${makejobs} } - do_install() { vinstall wineasio.dll.so 755 usr/lib/wine }