           SPELL=mxml
         VERSION=2.7
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[1]=ftp://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[2]=ftp://ftp2.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[3]=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[4]=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
     SOURCE_HASH=sha512:9fac34975c35d0ff9686a20a882824040b0b96b38ab9f1f5b1ef24a323668974860d4d977bb07c90a3e2b3410a2d8358eec1682b2c7ff2cda7f36f630ff97007
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.minixml.org/
      LICENSE[0]=LGPL
           SHORT="lightweight XML Library"
cat << EOF
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
libraries.

Mini-XML provides the following functionality:

 * Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and 
   strings.
 * Data is stored in a linked-list tree structure, preserving the XML data 
   hierarchy.
 * Supports arbitrary element names, attributes, and attribute values with no 
   preset limits, just available memory.
 * Supports integer, real, opaque ("cdata"), and text data types in "leaf" 
   nodes.
 * Functions for creating, indexing, and managing trees of data.
 * "Find" and "walk" functions for easily locating and navigating trees of 
   data.
EOF
