summaryrefslogtreecommitdiffstats
path: root/audio-libs/lv2/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/lv2/DETAILS')
-rwxr-xr-xaudio-libs/lv2/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio-libs/lv2/DETAILS b/audio-libs/lv2/DETAILS
new file mode 100755
index 0000000000..b14fc0385a
--- /dev/null
+++ b/audio-libs/lv2/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=lv2
+ VERSION=1.4.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE2="$SOURCE.sig"
+ SOURCE_URL[0]=http://lv2plug.in/spec/${SOURCE}
+ SOURCE2_URL="$SOURCE_URL.sig"
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://lv2plug.in"
+ LICENSE[0]=ISC
+ ENTERED=20131023
+ SHORT="LV2 specification and example plugin bundle"
+cat << EOF
+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".
+See <http://lv2plug.in> for more information.
+
+This package contains specifications (a C header and/or a schema in Turtle),
+documentation generation tools, and example plugins.
+EOF