From 9011a2d44c1946860cb43970213629d49cd02eba Mon Sep 17 00:00:00 2001 From: davehome Date: Fri, 28 Oct 2011 08:37:42 +0000 Subject: [PATCH] New package: lv2core - audio plugin api spec and build tool --- srcpkgs/lv2core/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/lv2core/template diff --git a/srcpkgs/lv2core/template b/srcpkgs/lv2core/template new file mode 100644 index 0000000000..62863a068e --- /dev/null +++ b/srcpkgs/lv2core/template @@ -0,0 +1,16 @@ +# Template file for 'lv2core' +pkgname=lv2core +version=4.0 +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 " +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