void-packages/srcpkgs/wineasio/template

28 lines
740 B
Text
Raw Normal View History

2012-09-15 21:29:36 +00:00
# Template file for 'wineasio'
pkgname=wineasio
2014-02-16 09:48:21 +00:00
version=0.9.2
revision=2
2014-02-16 09:56:39 +00:00
nonfree="yes"
only_for_archs=i686
wrksrc=${pkgname}
2012-09-15 21:29:36 +00:00
homepage="http://sourceforge.net/projects/wineasio"
makedepends="wine>=1.6 wine-devel>=1.6 jack-devel"
depends="jack"
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
2012-09-15 21:29:36 +00:00
maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL"
2014-02-16 09:48:21 +00:00
distfiles="${SOURCEFORGE_SITE}/wineasio/${pkgname}-${version}.tar.gz"
checksum=9fbc2d10a4cec307dc0558bed82b887c864424d16da40a80f1d80f907d92af0b
2012-09-15 21:29:36 +00:00
do_build() {
2013-10-03 13:51:28 +00:00
local url="http://redthumb.info.tm/asio.h"
2012-09-15 21:29:36 +00:00
msg_normal " Fetching ${url} ...\n"
$XBPS_FETCH_CMD ${url}
2013-10-28 16:06:10 +00:00
make clean
2012-09-15 21:29:36 +00:00
make ${makejobs}
}
do_install() {
2012-09-15 21:29:36 +00:00
vinstall wineasio.dll.so 755 usr/lib/wine
}