persistent_remove QT_VER
           SPELL=qt4
         SPELLX=qt-x11-opensource-src
#case $QT_VER in
#  snapshot)
#         VERSION=4.5.0-snapshot-$(date +%Y%m%d)
#   SOURCE_IGNORE=volatile
#          SOURCE=$SPELLX-$VERSION.tar.gz
#             URI=qt/snapshots/$SOURCE
#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
#     ;;
#  prerelease)
#         VERSION=
#     SOURCE_HASH=sha512:
#          SOURCE=${SPELLX}-$VERSION.tar.gz
#             URI=qt/source/$SOURCE
#  SECURITY_PATCH=2
#SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-$VERSION
#     ;;
#  *) #stable
         VERSION=4.5.0
     SOURCE_HASH=sha512:95d20f5fcccc4afb3b8c7bc7715a02633cd72657edd4dedfa29d3cd165a35a8de003f2f6ad4359cea39be1071e593dc44283859a6781626271616e34763b567a
          SOURCE=$SPELLX-$VERSION.tar.bz2
             URI=qt/source/$SOURCE
  SECURITY_PATCH=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
#esac
   SOURCE_URL[0]=http://download.qtsoftware.com/$URI
#   SOURCE_URL[1]=ftp://ftp.silug.org/pub/$URI
#   SOURCE_URL[2]=ftp://ftp.planetmirror.com.au/pub/trolltech/$URI
#http://ftp.heanet.ie/mirrors/
        WEB_SITE=http://www.qtsoftware.com//products
         ENTERED=20020410
      LICENSE[0]=LGPL
            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
