           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.25.26
     SOURCE_HASH=sha512:664ecf5099a109f90130d8794c41d21cc8adfc3e990b63a658b04ccfd73278437c13c54f24336442ea1d8d9f38f248471474912b8647754a15e9eeb3a6ab5e96
          SOURCE=$SPELL-$VERSION.tgz
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$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
