From 0aacb7f508fd3a3a68751e5f790f2ed76a232fa6 Mon Sep 17 00:00:00 2001 From: davehome Date: Fri, 28 Oct 2011 09:07:02 +0000 Subject: [PATCH] lv2core: additional api header directory --- srcpkgs/lv2core/template | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/srcpkgs/lv2core/template b/srcpkgs/lv2core/template index 62863a068ec..0c3f270cb17 100644 --- a/srcpkgs/lv2core/template +++ b/srcpkgs/lv2core/template @@ -1,6 +1,7 @@ # 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" @@ -14,3 +15,10 @@ long_desc=" 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 +}