wineasio: update to 0.9.2.
This commit is contained in:
parent
62345f3c0f
commit
7e54f65cb7
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue