           SPELL=qt4
         SPELLX=qt-x11-opensource-src
case $QT_VER in
  snapshot)
         VERSION=4.4.0-snapshot-$(date +%Y%m%d)
     SOURCE_HASH=ignore
          SOURCE=$SPELLX-$VERSION.tar.bz2
             URI=qt/snapshots/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
     ;;
  prerelease)
         VERSION=4.4.0-tp1
     SOURCE_HASH=sha512:74df354adafb77588ebb06522dde92616523b1e0275815ce1305c09f4d5eac08814e01f7d5de2e910bdd7434667e4679953764ca1fc6ac801b5b6ff8fbce951c
          SOURCE=${SPELLX/x11/x11-preview}-$VERSION.tar.gz
             URI=qt/source/$SOURCE
  SECURITY_PATCH=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX/x11/x11-preview}-$VERSION
     ;;
  *) #stable
         VERSION=4.3.3
     SOURCE_HASH=sha512:7f9c04292ab2d123143883c13daba914a9d239970ef6ddb03d3f627ef95fb2272256cf927df05c477c2c8bace05bc576ac38803b653517feb7f6cc5856fcb896
          SOURCE=$SPELLX-$VERSION.tar.gz
             URI=qt/source/$SOURCE
  SECURITY_PATCH=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
esac
   SOURCE_URL[0]=ftp://ftp.trolltech.com/$URI
   SOURCE_URL[1]=ftp://ftp.silug.org/pub/$URI
   SOURCE_URL[2]=ftp://ftp.planetmirror.com.au/pub/trolltech/$URI
        WEB_SITE=http://www.trolltech.com/qt/x11.html
         ENTERED=20020410
      LICENSE[0]=GPL
            DOCS="FAQ README README-QT.TXT"
        KEYWORDS="qt x11 libs"
           SHORT="Qt simplifies writing and maintaining GUI applications"
cat << EOF
Qt is a toolkit for software developers. Qt simplifies the task of
writing and maintaining GUI (graphical user interface) applications. Qt
is written in C++ and is fully object-oriented. Qt is a multi-platform
toolkit. When you implement a program with Qt, you can run it on the X
Window System (Unix/X11) or Microsoft Windows NT/95/98/2000. Simply
compile the source code for the platform you want.
EOF
