wineasio: change asio.h source, fix license (#8638)
This commit is contained in:
parent
589133c21b
commit
2d9f8a249c
1 changed files with 16 additions and 12 deletions
|
@ -1,26 +1,30 @@
|
||||||
# Template file for 'wineasio'
|
# Template file for 'wineasio'
|
||||||
pkgname=wineasio
|
pkgname=wineasio
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=5
|
revision=6
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
wrksrc=${pkgname}
|
build_style=gnu-makefile
|
||||||
homepage="http://sourceforge.net/projects/wineasio"
|
create_wrksrc=yes
|
||||||
|
build_wrksrc=${pkgname}
|
||||||
|
homepage="https://sourceforge.net/projects/wineasio"
|
||||||
|
hostmakedepends="unzip"
|
||||||
makedepends="wine wine-devel jack-devel"
|
makedepends="wine wine-devel jack-devel"
|
||||||
depends="jack"
|
depends="jack"
|
||||||
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="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL"
|
license="LGPL-2.1, Steinberg"
|
||||||
distfiles="${SOURCEFORGE_SITE}/wineasio/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/wineasio/${pkgname}-${version}.tar.gz
|
||||||
checksum=9fbc2d10a4cec307dc0558bed82b887c864424d16da40a80f1d80f907d92af0b
|
https://www.steinberg.net/sdk_downloads/asiosdk2.3.zip"
|
||||||
|
checksum="9fbc2d10a4cec307dc0558bed82b887c864424d16da40a80f1d80f907d92af0b
|
||||||
|
69225020e9144af568784c6076b55939a55369edaf0ffcdf4d5e5b5898f31b9b"
|
||||||
|
|
||||||
do_build() {
|
pre_configure() {
|
||||||
local url="http://redthumb.info.tm/asio.h"
|
cp -v ../ASIOSDK2.3/common/asio.h asio.h
|
||||||
msg_normal " Fetching ${url} ...\n"
|
|
||||||
$XBPS_FETCH_CMD ${url}
|
|
||||||
make clean
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall wineasio.dll.so 755 usr/lib/wine
|
vinstall wineasio.dll.so 755 usr/lib/wine
|
||||||
|
vinstall README 644 usr/share/wineasio
|
||||||
|
vlicense "../ASIOSDK2.3/Steinberg ASIO Licensing Agreement.pdf"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue