18 lines
470 B
Bash
18 lines
470 B
Bash
# Template file for 'lv2'
|
|
pkgname=lv2
|
|
version=1.18.0
|
|
revision=1
|
|
build_style=waf3
|
|
makedepends="libsndfile-devel gtk+-devel"
|
|
short_desc="Plugin standard for audio systems"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="http://lv2plug.in"
|
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
|
checksum=90a3e5cf8bdca81b49def917e89fd6bba1d5845261642cd54e7888df0320473f
|
|
python_version=3
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|