18 lines
477 B
Bash
18 lines
477 B
Bash
# Template file for 'lv2'
|
|
pkgname=lv2
|
|
version=1.14.0
|
|
revision=2
|
|
build_style=waf
|
|
hostmakedepends="python"
|
|
makedepends="libsndfile-devel gtk+-devel"
|
|
short_desc="Plugin standard for audio systems"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="http://lv2plug.in"
|
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
|
checksum=b8052683894c04efd748c81b95dd065d274d4e856c8b9e58b7c3da3db4e71d32
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|