void-packages/srcpkgs/lv2/template
2020-04-21 18:45:09 -04:00

20 lines
507 B
Bash

# Template file for 'lv2'
pkgname=lv2
version=1.16.0
revision=1
build_style=waf
hostmakedepends="python3"
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=dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de
python_version=2 #unverified
lib32disabled=yes
post_install() {
vlicense COPYING
}