wineasio: update to 0.9.2.

This commit is contained in:
xdave 2013-10-28 10:06:10 -06:00
parent 62345f3c0f
commit 7e54f65cb7
1 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,10 @@
# Template file for 'wineasio'
pkgname=wineasio
version="0.9.0.git"
revision=3
version="0.9.2"
revision=1
homepage="http://sourceforge.net/projects/wineasio"
distfiles="${SOURCEFORGE_SITE}/wineasio/${pkgname}-${version}.tar.gz"
checksum=9fbc2d10a4cec307dc0558bed82b887c864424d16da40a80f1d80f907d92af0b
makedepends="wine>=1.6 wine-devel>=1.6 jack-devel"
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
maintainer="davehome <davehome@redthumb.info.tm>"
@ -13,16 +15,13 @@ long_desc="
only_for_archs=i686
do_fetch() {
local url="git://wineasio.git.sourceforge.net/gitroot/wineasio/wineasio"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
wrksrc=${pkgname}
do_build() {
local url="http://redthumb.info.tm/asio.h"
msg_normal " Fetching ${url} ...\n"
$XBPS_FETCH_CMD ${url}
make clean
make ${makejobs}
}