           SPELL=qjson
         VERSION=0.8.1
     SOURCE_HASH=sha512:03e65bbdf6d397f77319867a03377deb419eac46ad91bc06abb7bc68d8f8f2e490db87d909ce51e065f22e5d201f1f73d57f72e14bc378580dbf40b855f1bc72
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://qjson.sourceforge.net"
      LICENSE[0]=LGPL
         ENTERED=20110111
           SHORT="library that maps JSON data to QVariant objects"
cat << EOF
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
can represents integer, real number, string, an ordered sequence of value,
and a collection of name/value pairs.

JSON arrays will be mapped to QVariantList instances, while JSON objects will be
mapped to QVariantMap.
EOF
