vamp-plugin-sdk: fix cross build

This commit is contained in:
Michael Gehring 2016-03-20 08:15:20 +01:00
parent 30db8bec21
commit b073c85921
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'vamp-plugin-sdk'
pkgname=vamp-plugin-sdk
version=2.6
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libsndfile-devel"
@ -11,7 +11,11 @@ license="BSD"
homepage="http://www.vamp-plugins.org/"
distfiles="https://code.soundsoftware.ac.uk/attachments/download/1520/${pkgname}-${version}.tar.gz"
checksum=d0d3578137ac0c1e63f31561081a8d61da526a81152bc1dc9383b629bc07f85f
nocross=yes
post_extract() {
# don't run test target by default, fixes cross build.
sed -i 's/TARGETS="sdk plugins host rdfgen test"/TARGETS="sdk plugins host rdfgen"/' configure
}
post_install() {
vlicense COPYING LICENSE