. "$GRIMOIRE/FUNCTIONS"
           SPELL=licq
if [[ "$LICQ_BRANCH" == "scm" ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://github.com/licq-im/licq.git:licq
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git/$SPELL
else
         VERSION=1.8.2
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SPELL/$VERSION/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
      SOURCE_GPG=322EC89E.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
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
