           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_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
   SOURCE_URL[2]=ftp://ftp.ximian.com/pub/source/$SPELL/${SOURCE}
          MD5[0]=dbfcb37d3c61749e1fe1ec3056e0a7fe
        WEB_SITE=http://developer.ximian.com/articles/whitepapers/soap_soup/
       BUILD_API=2
      LICENSE[0]=LGPL
         ENTERED=20021114
         UPDATED=20021114
      MAINTAINER=eric@sandall.us
           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
