           SPELL=wftk
         VERSION=${VERSION:=0.7.1}
if  [  "${CVS}"  ==  "y"  ];  then
         VERSION=cvs
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:cvsanon:cvsanon@cvs.worldforge.org:/home/cvspsrv/worldforge:forge/libs/wftk
  FORCE_DOWNLOAD=1
   SOURCE_IGNORE=unversioned
else
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=ftp://ftp.worldforge.org/pub/worldforge/libs/${SPELL}/${SOURCE}
   SOURCE_URL[1]=http://purple.worldforge.org/downloads/libs/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:e5387d271c96af427432de83bb9d4085868e76e52146f591befae5ffa8bd206f1ff0a05d1ac1b1dea7c5561f41a18ebcc78c1ce336f8ac689f793d9ef9ad4c21
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.worldforge.org/wf/dev/eng/libraries/wftk/
         ENTERED=20031012
         UPDATED=20031012
      LICENSE[0]="LGPL,GPL"
           SHORT="WorldForge Toolkit widget library"
cat << EOF
'wftk' means 'WorldForge Toolkit': a widget library, written in C++, that is designed to allow quick, easy creation and management of GUI applications.  The wftk logo, to the right, depicts a hammer and wrench in stained glass - tools used to decorate a window.

'wftk' is a fork of the 'libuta' library, based off the 0.4.4 release. Like libuta, wftk uses SDL for video display, SDL_mixer for audio playback (mp3, ogg, and wav capable), libpng for surface I/O, libsigc++ for signal / callback functionality, and freetype for anti-aliased font rendering.
EOF
