lv2core: additional api header directory
This commit is contained in:
parent
6071688250
commit
0aacb7f508
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'lv2core'
|
# Template file for 'lv2core'
|
||||||
pkgname=lv2core
|
pkgname=lv2core
|
||||||
version=4.0
|
version=4.0
|
||||||
|
revision=1
|
||||||
build_style=waf
|
build_style=waf
|
||||||
homepage="http://lv2plug.in"
|
homepage="http://lv2plug.in"
|
||||||
distfiles="http://lv2plug.in/spec/lv2core-4.0.tar.bz2"
|
distfiles="http://lv2plug.in/spec/lv2core-4.0.tar.bz2"
|
||||||
|
@ -14,3 +15,10 @@ long_desc="
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency build python
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue