void-packages/srcpkgs/lv2/template

18 lines
503 B
Bash
Raw Normal View History

# Template file for 'lv2'
pkgname=lv2
2014-10-04 06:55:29 +00:00
version=1.10.0
revision=1
2014-03-17 11:19:02 +00:00
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@voidlinux.eu>"
license="LGPL-2.1, BSD"
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
2014-10-04 06:55:29 +00:00
checksum=e80c8e4b45d4de3b09f26d76e39d454739b6aff3f444ea1dabe466ab530fa4d5
post_install() {
vinstall COPYING 0644 usr/share/licenses/${pkgname}
}