           SPELL=fox
case "$FOX_REL" in
  test-1.7.x)
         VERSION=1.7.32
         ;;
  prev-1.4.x)
         VERSION=1.4.35
         ;;
  *)
         VERSION=1.6.49
         ;;
esac
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:$SOURCE.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.fox-toolkit.org/pub/$SOURCE
   SOURCE_URL[1]=http://ftp.fox-toolkit.org/pub/$SOURCE
        WEB_SITE=http://www.fox-toolkit.org
         ENTERED=20020425
      LICENSE[0]=LGPL
        KEYWORDS="x11 gui toolkit"
           SHORT="Popular C++-based toolkit for GUI development"
cat << EOF
FOX is a popular C++-based toolkit for GUI development. It includes a
rich set of widgets and has powerful yet simple layout managers, MDI
widgets, and mega-widgets. FOX incorporates support for XDND for drag
and drop, X clipboard and X Selection, watching other I/O channels and
sockets, timers and idle processing, object serialization and
deserialization, a registry to save persistent settings, and 3D
widgets using Mesa or OpenGL. FOX works on Linux, IRIX, Solaris,
HP/UX, AIX, Tru64 Unix, Windows 9x,NT,2K (VC++, GNUWIN32, Borland,
VisualAge C++), FreeBSD, and Sequent.
EOF
