commit
2ad840fd64
1 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'wineasio'
|
# Template file for 'wineasio'
|
||||||
pkgname=wineasio
|
pkgname=wineasio
|
||||||
version="0.9.0.git"
|
version="0.9.2"
|
||||||
revision=3
|
revision=1
|
||||||
homepage="http://sourceforge.net/projects/wineasio"
|
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"
|
makedepends="wine>=1.6 wine-devel>=1.6 jack-devel"
|
||||||
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
|
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -13,16 +15,13 @@ long_desc="
|
||||||
|
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
|
||||||
do_fetch() {
|
wrksrc=${pkgname}
|
||||||
local url="git://wineasio.git.sourceforge.net/gitroot/wineasio/wineasio"
|
|
||||||
msg_normal " Fetching source from $url ...\n"
|
|
||||||
git clone ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
local url="http://redthumb.info.tm/asio.h"
|
local url="http://redthumb.info.tm/asio.h"
|
||||||
msg_normal " Fetching ${url} ...\n"
|
msg_normal " Fetching ${url} ...\n"
|
||||||
$XBPS_FETCH_CMD ${url}
|
$XBPS_FETCH_CMD ${url}
|
||||||
|
make clean
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue