source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=p11-kit
         VERSION=0.25.10
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
      SOURCE_GPG=p11.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://github.com/p11-glue/p11-kit
   SOURCE_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
         ENTERED=20110809
      LICENSE[0]=BSD
           SHORT="provides a way to load and enumerate PKCS#11 modules"
cat << EOF
p11-kit provides a way to load and enumerate PKCS#11 modules.
Provides a standard configuration setup for installing PKCS#11 modules
in such a way that they're discoverable.

Also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
EOF
