          MODULE=qjson
         VERSION=0.7.1
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=$SFORGE_URL/qjson/$VERSION/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
      SOURCE_VFY=sha1:19bbef24132b238e99744bb35194c6dadece98f9
        WEB_SITE=http://qjson.sourceforge.net/
         ENTERED=20100624
         UPDATED=20100624
           SHORT="Qt4 JavaScript Object Notation"

cat << EOF
QJson is a qt-based library that maps JSON data to QVariant objects: JSON arrays
will be mapped to QVariantList instances, while JSON objects will be mapped to
QVariantMap.

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.
EOF
