summaryrefslogtreecommitdiffstats
path: root/chat-im/gaim/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/gaim/DETAILS')
-rwxr-xr-xchat-im/gaim/DETAILS30
1 files changed, 30 insertions, 0 deletions
diff --git a/chat-im/gaim/DETAILS b/chat-im/gaim/DETAILS
new file mode 100755
index 0000000000..982811d039
--- /dev/null
+++ b/chat-im/gaim/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=gaim
+if [ "$GAIM_CVS" == "y" ]; then
+ VERSION=cvs
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gaim:gaim
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+else
+ VERSION=1.5.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=${SOURCE}.asc
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL}.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="gaim.gpg:${SOURCE}.asc"
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://gaim.sourceforge.net/
+ LICENSE[0]=GPL
+ DISTCC_HOSTS=
+ BUILD_API=2
+ CCACHE=off
+ ENTERED=20011024
+ UPDATED=20040416
+ SHORT="Instant messanger client for several protocols"
+cat << EOF
+gaim is an instant messanger client used primarly for the AIM protocol
+but has plugin support for icq, irc, yahoo, and jabber all at once
+in one interface.
+EOF