           SPELL=soup
         VERSION=0.7.11
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
     SOURCE_HASH=sha512:e0f89164f5f12ab51991f9e841a9e81d3c2167fca1baadb1b749d47e632243a0f71b22326fbbc9d8dff4308c0db48372e5ab2d6bca0d50afe3e0cf3303a8f748
        WEB_SITE=http://developer.ximian.com/articles/whitepapers/soap_soup/
      LICENSE[0]=LGPL
         ENTERED=20021114
        KEYWORDS="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
