void-packages/srcpkgs/lv2core/template

25 lines
750 B
Text
Raw Normal View History

# Template file for 'lv2core'
pkgname=lv2core
version=4.0
revision=1
build_style=waf
homepage="http://lv2plug.in"
distfiles="http://lv2plug.in/spec/lv2core-4.0.tar.bz2"
short_desc="Plugin standard for audio systems"
maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL-2.1, BSD"
checksum=eff74c0db770a1b5a6d1cc7b7b96f0b2d2c5523bfa8c1945a60b15e00199b2cc
long_desc="
LV2 is a plugin standard for audio systems. It defines a minimal yet
extensible C API for plugin code and a format for plugin bundles."
Add_dependency run glibc
Add_dependency build python
post_install()
{
# Copy header to directory where other programs need to find it
vmkdir usr/include/lv2/lv2plug.in/ns/lv2core
vcopy lv2.h usr/include/lv2/lv2plug.in/ns/lv2core
}