           SPELL=licq
if [ "$LICQ_CVS" == "y" ]; then
  if [ "$LICQ_CVS_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
         SOURCE2=$SPELL-data-cvs.tar.bz2
         SOURCE3=$SPELL-plugins-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq:licq
  SOURCE2_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq:licq-data
  SOURCE3_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq:licq-plugins
   SOURCE_IGNORE=volatile
  SOURCE2_IGNORE=volatile
  SOURCE3_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
         VERSION=1.3.2
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
if [ "$XOSD" == "y" ]; then
    SOURCE4_NAME=osd
 SOURCE4_VERSION=1.2.7.5
		 SOURCE4=$SOURCE4_NAME-$SOURCE4_VERSION.tgz
          MD5[3]=365463c0482093e0ab171dd7baff62c5
  SOURCE4_URL[0]=${SOURCEFORGE_URL}/licq-osd/${SOURCE4}
fi
        WEB_SITE=http://www.licq.org
       BUILD_API=2
         ENTERED=20011031
         UPDATED=20040622
      LICENSE[0]=GPL
           SHORT="Licq is a featured icq client for Unix systems"
cat << EOF
Licq includes all the basic features of ICQ, like sending/receiving
messages, chat, file transfer, contact list with pixmaps and user
status, basic/extended user info, adding/editing users from within
the GUI, user history, user groups, and new user registration. All
commands and information are available through a simple and
convenient tab dialog. Licq also has a completely configurable user
interface with Skin and Icon pack support. It is written in C++ and
comes with a GUI plugin using the Qt widget set. Other plugins are
also available.
EOF
