           SPELL=fatrat

if [[ $FATRAT_SCM == y ]]; then

  if [[ $FATRAT_SCM_AUTOUPDATE == y ]]; then
    VERSION=$(date +%Y%m%d)
  else
    VERSION=git
  fi

          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://git.dolezel.info/fatrat.git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
  FORCE_DOWNLOAD=1

else

         VERSION=1.0_rc1
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://www.dolezel.info/download/data/fatrat/$SOURCE
     SOURCE_HASH=sha512:e9a11ea2dd3c0f5f605746dd24ee0ba214c91ef7928a668096634f5ae9ae18cc81484d6e5a83539e7d9690ff651b2e62edbbacd30c248ed18f93f4af1a1dcd2b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

fi

        WEB_SITE=http://fatrat.dolezel.info/
         ENTERED=20080504
      LICENSE[0]=GPL
        KEYWORDS="ftp"
           SHORT="download manager"
cat << EOF
FatRat is an open source download manager for Linux/Unix systems written in C++
with the help of the Trolltech Qt 4 library. It is rich in features and is
continuously developed.

The current version supports HTTP, FTP, SFTP and BitTorrent downloads/uploads,
HTTP/FTP including the proxy support. The transfer speed can be limited. FatRat
can perform torrent searches using various search engines, create torrents,
compute MD4/MD5/SHA1 hashes, verify RapidShare.com links, download whole
RapidShare.com folders, decode RapidSafe links, upload files to RapidShare.com
etc. One of the newest things are remote control via Jabber and a RSS reader
(with TV shows support). Planned features include Java-applet based web
interface, (S)FTP browser and more.
EOF
