summaryrefslogtreecommitdiffstats
path: root/audio-libs/lilv-0/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/lilv-0/DETAILS')
-rwxr-xr-xaudio-libs/lilv-0/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio-libs/lilv-0/DETAILS b/audio-libs/lilv-0/DETAILS
new file mode 100755
index 0000000000..c23f6b415d
--- /dev/null
+++ b/audio-libs/lilv-0/DETAILS
@@ -0,0 +1,19 @@
+# Trying to deal with multi-version install of library, as asked by upstream.
+ SPELL=lilv-0
+ VERSION=0.16.0
+ SOURCE="${SPELL%-*}-${VERSION}.tar.bz2"
+ SOURCE2="$SOURCE.sig"
+ SOURCE_URL=http://download.drobilla.net/${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://drobilla.net/software/sord/"
+ LICENSE[0]="ISC"
+ KEYWORDS=""
+ SHORT="C library to make the use of LV2 plugins as simple as possible"
+cat << EOF
+Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications.
+
+Lilv is Free Software under an extremely liberal MIT-style license. It depends only on Serd and Sord, and is known to work on GNU/Linux, Free/Open BSD, Mac OS X, and Windows.
+EOF