           SPELL=xmlrpc-c
if [ "${XMLRPCC_ADV}" = "y" ]; then
   if [ "${XMLRPCC_ADV_AUTOUPDATE}" = "y" ]; then
         VERSION=advanced_$(date +"%y%m%d")
   else
         VERSION=advanced
   fi

   SOURCE_URL[0]=svn_http://$SPELL.svn.sourceforge.net/svnroot/$SPELL/advanced:$SPELL-$VERSION
   SOURCE_IGNORE=volatile
    SOURCE_HINTS=old_svn_compat
          SOURCE=$SPELL-$VERSION.tar.bz2
else
         VERSION=1.06.30
     SOURCE_HASH=sha512:fdef54e4bb4ed7ff4fe67799f1af766637865a5ca077ff6ae3297da14d1608bd04d23bc038ca93cd565c15ab4384551fb2d922be38e40607f782f17d551e87d6
          SOURCE=$SPELL-$VERSION.tgz
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://xmlrpc-c.sourceforge.net
      LICENSE[0]=GPL
         ENTERED=20040907
        KEYWORDS="xml http libs"
           SHORT="An RPC library for C and C++ based on XML and HTTP"
cat << EOF
xmlrpc-c includes an implementation of XML-RPC for C and C++. XML-RPC is a 
lightweight communications protocol based on XML and HTTP. It can be used 
to build scriptable websites, query remote servers, or communicate between 
organizations.
EOF
