18 lines
478 B
Bash
18 lines
478 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="Juan RP <xtraeme@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="http://lv2plug.in"
|
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
|
checksum=dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|