summaryrefslogtreecommitdiffstats
path: root/audio-libs/sratom-0/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/sratom-0/DETAILS')
-rwxr-xr-xaudio-libs/sratom-0/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio-libs/sratom-0/DETAILS b/audio-libs/sratom-0/DETAILS
new file mode 100755
index 0000000000..f770954b99
--- /dev/null
+++ b/audio-libs/sratom-0/DETAILS
@@ -0,0 +1,21 @@
+# This is the library sratom-0, if a new version gets tools added,
+# we need to create separate spell that installs those and ensure
+# that they don't end up here. Multiple library versions shall be
+# installable in parallel.
+ SPELL=sratom-0
+ VERSION=0.4.2
+ 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"
+ ENTERED=20111220
+ KEYWORDS=""
+ SHORT="library for serialising LV2 atoms to/from RDF"
+cat << EOF
+Sratom is a library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.
+EOF