source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=libsoup
if [[ $LIBSOUP_DEVEL == y ]]; then
         VERSION=3.2.2
  SOURCE_HASH[0]=sha512:1f2b49244f8bac4d112b39ac9c6a942acbc1ae1cff33262ed02e7682af3994cf6ba6741b365b3c80c45c6427d391599fa6f31df6caa4ffefe7d078ac373bad1b
          SOURCE=$SPELL-$VERSION.tar.xz
else
         VERSION=3.2.2
  SOURCE_HASH[0]=sha512:1f2b49244f8bac4d112b39ac9c6a942acbc1ae1cff33262ed02e7682af3994cf6ba6741b365b3c80c45c6427d391599fa6f31df6caa4ffefe7d078ac373bad1b
          SOURCE=$SPELL-$VERSION.tar.xz
fi
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      LICENSE[0]=LGPL
  SECURITY_PATCH=1
      PATCHLEVEL=2
        WEB_SITE=http://live.gnome.org/LibSoup/
         ENTERED=20030312
        KEYWORDS="gnome2 libs"
           SHORT="SOAP implementation in C"
cat << EOF
Soup is a SOAP (Simple Object Access Protocol) implementation for the
C programming language. It provides an queued asynchronous
callback-based mechanism for sending and servicing SOAP requests, and
a WSDL (Web Service Definition Language) to C compiler which generates
client stubs and server skeletons for easily calling and implementing
SOAP methods.

This spell provides the libsoup-3.0 API.
EOF
