summaryrefslogtreecommitdiffstats
path: root/chat-im/licq/DETAILS
blob: 3e0d89cb77aea6be031464f37aa918db691194ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
           SPELL=licq
if [[ "$LICQ_BRANCH" == "scm" ]]; then
  if [[ "$LICQ_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          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.7.0
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$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