[Lunar-commits] <moonbase> lv2core: introduction to moonbase
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Mon Aug 29 01:05:47 CEST 2011
commit f14c063e468d2faa005a03f39461cdad52593ab5
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Mon Aug 29 01:05:47 2011 +0200
lv2core: introduction to moonbase
---
audio/lv2core/BUILD | 8 ++++++++
audio/lv2core/DEPENDS | 2 ++
audio/lv2core/DETAILS | 16 ++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/audio/lv2core/BUILD b/audio/lv2core/BUILD
new file mode 100644
index 0000000..198230f
--- /dev/null
+++ b/audio/lv2core/BUILD
@@ -0,0 +1,8 @@
+(
+
+ ./waf configure --prefix=/usr &&
+ ./waf build &&
+ prepare_install &&
+ ./waf install
+
+) > $C_FIFO 2>&1
diff --git a/audio/lv2core/DEPENDS b/audio/lv2core/DEPENDS
new file mode 100644
index 0000000..b30f0bb
--- /dev/null
+++ b/audio/lv2core/DEPENDS
@@ -0,0 +1,2 @@
+# For the waf build system
+depends Python
diff --git a/audio/lv2core/DETAILS b/audio/lv2core/DETAILS
new file mode 100644
index 0000000..5fd5128
--- /dev/null
+++ b/audio/lv2core/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=lv2core
+ VERSION=4.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://lv2plug.in/spec/
+ SOURCE_VFY=sha1:0f4a277ee5216123dde124e9b3386264ab61c24c
+ WEB_SITE=http://lv2plug.in/
+ ENTERED=20110828
+ UPDATED=20110828
+ SHORT="LV2 is a plugin standard for audio systems."
+
+cat << EOF
+LV2 is a plugin standard for audio systems.
+LV2 is a successor of LADSPA that aims to remain simple yet adds
+extensibility which enables more advanced plugin functionality
+(e.g. MIDI or graphical interfaces).
+EOF
More information about the Lunar-commits
mailing list