wineasio: switch to INSTALL.msg.
This commit is contained in:
parent
e6815ec326
commit
d29a0d526c
2 changed files with 2 additions and 15 deletions
|
@ -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
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue