           SPELL=licq
if [ "$LICQ_SVN" == "y" ]; then
  if [ "$LICQ_SVN_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_URL[0]=svn://svn.licq.org/svn/trunk:licq
   SOURCE_IGNORE=volatile
         SOURCE2=$SPELL-data-svn.tar.bz2
  SOURCE2_URL[0]=svn://svn.licq.org/svn/trunk:licq-data
  SOURCE2_IGNORE=volatile
if [ "$AREP" == "y" ]; then
         SOURCE3=$SPELL-auto-reply-svn.tar.bz2
  SOURCE3_URL[0]=svn://svn.licq.org/svn/trunk:auto-reply
  SOURCE3_IGNORE=volatile
fi
if [ "$CDK" == "y" ]; then
         SOURCE4=$SPELL-console-svn.tar.bz2
  SOURCE4_URL[0]=svn://svn.licq.org/svn/trunk:console
  SOURCE4_IGNORE=volatile
fi
if [ "$RMS" == "y" ]; then
         SOURCE5=$SPELL-rms-svn.tar.bz2
  SOURCE5_URL[0]=svn://svn.licq.org/svn/trunk:rms
  SOURCE5_IGNORE=volatile
fi
if [ "$EMAIL" == "y" ]; then
         SOURCE6=$SPELL-email-svn.tar.bz2
  SOURCE6_URL[0]=svn://svn.licq.org/svn/trunk:email
  SOURCE6_IGNORE=volatile
fi
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
         VERSION=1.3.9
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      SOURCE_HASH=sha512:8fe8f0afcf8a795259ccaa2bb7764962aa3b942b2e975f6283e02b247b3f9037a6ff12cbd424274a53ce43de11023d394ae3f8b59aea0550aa48b5421c53d336
fi
if [ "$XOSD" == "y" ]; then
    SOURCE7_NAME=osd
 SOURCE7_VERSION=1.3.2.2
		 SOURCE7=${SOURCE7_NAME}_${SOURCE7_VERSION}.tgz
		  MD5[6]=8b3b71c203b019fa36d9919699ca7f09
  SOURCE7_URL[0]=${SOURCEFORGE_URL}/licq-osd/${SOURCE7}
fi
        WEB_SITE=http://www.licq.org
         ENTERED=20011031
      PATCHLEVEL=2
      LICENSE[0]=GPL
        KEYWORDS="icq messaging chat"
           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
