           SPELL=qjson
         VERSION=0.7.1
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:a3cba247f0a6d2dff38d6ed9ed1da444969faf79fac7979db325b91bcf89eba8a696e1bd072c56aa5bdaef5180f54762e05a0e131d459944499b711f3b04f62b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
        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
