18 lines
486 B
Bash
18 lines
486 B
Bash
# Template file for 'lv2'
|
|
pkgname=lv2
|
|
version=1.12.0
|
|
revision=1
|
|
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=7a4a53138f10ed997174c8bc5a8573d5f5a5d8441aaac2de6cf2178ff90658e9
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|