summaryrefslogtreecommitdiffstats
path: root/chat-im/licq/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/licq/DETAILS')
-rwxr-xr-xchat-im/licq/DETAILS49
1 files changed, 49 insertions, 0 deletions
diff --git a/chat-im/licq/DETAILS b/chat-im/licq/DETAILS
new file mode 100755
index 0000000000..53b1a9d32a
--- /dev/null
+++ b/chat-im/licq/DETAILS
@@ -0,0 +1,49 @@
+ 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
+ MD5[0]=IGNORE
+ MD5[1]=IGNORE
+ MD5[2]=IGNORE
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+else
+ VERSION=1.3.2RC2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:7a4e5c664c77abbb47549fdbfc1b941b11d0cef5736d00bdaf487c5e3391906b1a3bdee3835cd106d00dd2395b0f526fa06519c674d97e1f160bda51bb5a0739
+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