lv2: python makedepends to hostmakedepends

This commit is contained in:
Andrea Brancaleoni 2015-10-04 14:30:38 +02:00
parent 6ba4239cd7
commit 0e9bcf1df1
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'lv2'
pkgname=lv2
version=1.10.0
revision=1
revision=2
lib32disabled=yes
build_style=waf
homepage="http://lv2plug.in"
makedepends="python libsndfile-devel gtk+-devel"
hostmakedepends="python"
makedepends="libsndfile-devel gtk+-devel"
short_desc="Plugin standard for audio systems"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1, BSD"
@ -13,5 +14,5 @@ distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
checksum=e80c8e4b45d4de3b09f26d76e39d454739b6aff3f444ea1dabe466ab530fa4d5
post_install() {
vinstall COPYING 0644 usr/share/licenses/${pkgname}
vlicense COPYING
}