summaryrefslogtreecommitdiffstats
path: root/audio-soft/lilv-util/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/lilv-util/DETAILS')
-rwxr-xr-xaudio-soft/lilv-util/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio-soft/lilv-util/DETAILS b/audio-soft/lilv-util/DETAILS
new file mode 100755
index 0000000000..50acac3f96
--- /dev/null
+++ b/audio-soft/lilv-util/DETAILS
@@ -0,0 +1,18 @@
+# Trying to deal with multi-version install of library, as asked by upstream.
+# This is the tools package to the freshest lib.
+ SPELL=lilv-util
+ 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="Tools for lilv"
+cat << EOF
+See current lilv library spell (lilv-0 at this time).
+EOF