source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=tinyxml
         VERSION=9.0.0
     SOURCE_HASH=sha512:9c5ce8131984690df302ca3e32314573b137180ed522c92fd631692979c942372a28f697fdb3d5e56bcf2d3dc596262b724d088153f3e1d721c9536f2a883367
          SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}2-$VERSION"
        WEB_SITE=https://github.com/leethomason/tinyxml2
   SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
      LICENSE[0]=ZLIB
         ENTERED=20110306
           SHORT="a simple, small, minimal, C++ XML parser"
cat << EOF
TinyXML is a simple, small, minimal, C++ XML parser that can be easily
integrating into other programs. It reads XML and creates C++ objects
representing the XML document. The objects can be manipulated, changed,
and saved again as XML.
EOF
