           SPELL=pugixml
         VERSION=1.4
     SOURCE_HASH=sha512:7e77a8f603b3047c99b5c5f6a3ed5db4f5a2bc765d5cf5a7fde068d57f48fc18a5460ad1c6d60666143cbad75d7b7e458fe85b08f3349323db93db22b83beb89
          SOURCE=$SPELL-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://pugixml.org/
   SOURCE_URL[0]=https://github.com/zeux/pugixml/releases/download/v${VERSION}/$SOURCE
      LICENSE[0]=MIT
         ENTERED=20130810
        KEYWORDS="C++ XML"
           SHORT="light-weight C++ XML processing library"
cat << EOF
pugixml is a light-weight C++ XML processing library. It features:
DOM-like interface with rich traversal/modification capabilities
Extremely fast non-validating XML parser which constructs the DOM tree from an XML 
file/buffer
XPath 1.0 implementation for complex data-driven tree queries
Full Unicode support with Unicode interface variants and automatic encoding conversions
The library is extremely portable and easy to integrate and use.
EOF
