source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=lv2
         VERSION=1.18.10
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=http://lv2plug.in/spec/${SOURCE}
# download and verify $SOURCE_URL.sig using dave_robillard.gpg
    SOURCE_HASH=sha512:ab4bcf593f633b1ed16c0eb6aa4525458a00655ef9c87619bf85eaa966f8fd094a8e871b825f679e0d97923f8bbbf11841ff467022390ca2f1a5b5f66ccd5d1b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://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
