          MODULE=qt4
         VERSION=4.8.2
          SOURCE=qt-everywhere-opensource-src-$VERSION.tar.gz
         SOURCE2=qt-webkit-4.8.1-glib-2.31.patch.bz2
      SOURCE_URL=http://releases.qt-project.org/qt4/source
     SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-$VERSION
      SOURCE_VFY=sha1:e1e2edef1d63ed677d6534d32800c2e1f7ad0e73
     SOURCE2_VFY=sha1:f96f38fdac79f41ba78cb3b893890aaae9a7ddcf
   MODULE_PREFIX=${QT4_PREFIX:-/usr}
        WEB_SITE=http://www.trolltech.com/qt
         ENTERED=20020420
         UPDATED=20120525
      MAINTAINER=florin@lunar-linux.org
           SHORT="A C++ toolkit for application development"

cat << EOF
Qt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.

Qt provides a platform-independent API to all central platform
functionality: GUI, database access, networking, file handling, etc. The
Qt library encapsulates the different APIs of different operating systems,
providing the application programmer with a single, common API for all
operating systems. The native C APIs are encapsulated in a set of
well-designed, fully object-oriented C++ classes.
EOF
