           SPELL=libsoup
if [[ $LIBSOUP_DEVEL == y ]]; then
         VERSION=2.42.2
          SOURCE=$SPELL-$VERSION.tar.xz
else
         VERSION=2.42.2
          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
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=LGPL
  SECURITY_PATCH=1
      PATCHLEVEL=1
        WEB_SITE=http://live.gnome.org/LibSoup/
         ENTERED=20030312
        KEYWORDS="gnome2 libs"
           SHORT="Soup is a SOAP (Simple Object Access Protocol) implemented 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.
EOF
