           SPELL=libsoup
         VERSION=2.2.3
          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_URL[1]=ftp://ftp.ximian.com/pub/source/evolution/$SOURCE  
          MD5[0]='1fb3db2fd3f7a0c160e6ee55919ac3fc'
      LICENSE[0]=LGPL
       BUILD_API=2
        WEB_SITE=http://developer.ximian.com/articles/whitepapers/soap_soup/
         ENTERED=20030312
         UPDATED=20050318
           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
