18 lines
486 B
Bash
18 lines
486 B
Bash
# Template file for 'lv2'
|
|
pkgname=lv2
|
|
version=1.10.0
|
|
revision=3
|
|
lib32disabled=yes
|
|
build_style=waf
|
|
homepage="http://lv2plug.in"
|
|
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"
|
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
|
checksum=e80c8e4b45d4de3b09f26d76e39d454739b6aff3f444ea1dabe466ab530fa4d5
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|