17 lines
499 B
Text
17 lines
499 B
Text
# Template file for 'lv2'
|
|
pkgname=lv2
|
|
version=1.0.0
|
|
revision=4
|
|
lib32disabled=yes
|
|
build_style=waf
|
|
homepage="http://lv2plug.in"
|
|
makedepends="python libsndfile-devel gtk+-devel"
|
|
short_desc="Plugin standard for audio systems"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1, BSD"
|
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
|
checksum=857ec8c1b1f803409e57b84f75b0f8ae7477a9c6bccb4a66220d739e8e39d751
|
|
|
|
post_install() {
|
|
vinstall COPYING 0644 usr/share/licenses/${pkgname}
|
|
}
|