[Lunar-commits] <moonbase-other> lv2core: readded to moonbase
v4hn
me at v4hn.de
Thu Jul 26 15:01:35 CEST 2012
commit 84437283702446954ae9d7953cd8c43fecdaa40b
Author: v4hn <me at v4hn.de>
Date: Thu, 26 Jul 2012 06:01:35 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/84437283702446954ae9d7953cd8c43fecdaa40b
lv2core: readded to moonbase
---
audio/lv2core/BUILD +8/-0
audio/lv2core/DEPENDS +2/-0
audio/lv2core/DETAILS +16/-0
3 files changed, 26 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/audio/lv2core/BUILD
@@ -0,0 +1,8 @@
+(
+
+ ./waf configure --prefix=/usr &&
+ ./waf build &&
+ prepare_install &&
+ ./waf install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/lv2core/DEPENDS
@@ -0,0 +1,2 @@
+# For the waf build system
+depends Python
--- /dev/null
+++ b/audio/lv2core/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=lv2core
+ VERSION=6.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://lv2plug.in/spec/
+ SOURCE_VFY=sha1:e57949ed9951ba4f6893137261887b07ef20c11d
+ WEB_SITE=http://lv2plug.in/
+ ENTERED=20110828
+ UPDATED=20120212
+ 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