summaryrefslogtreecommitdiffstats
path: root/chat-irc/lostirc/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/lostirc/DETAILS')
-rwxr-xr-xchat-irc/lostirc/DETAILS32
1 files changed, 32 insertions, 0 deletions
diff --git a/chat-irc/lostirc/DETAILS b/chat-irc/lostirc/DETAILS
new file mode 100755
index 0000000000..bb517ff54c
--- /dev/null
+++ b/chat-irc/lostirc/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=lostirc
+ VERSION=${VERSION:=0.4.6}
+if [ "$CVS" == "y" ]; then
+ VERSION=cvs
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
+SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/lostirc:lostirc
+ FORCE_DOWNLOAD=1
+ MD5[0]="IGNORE"
+else
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]='488f0a77e0b3128a542bacc19edd8618'
+ LICENSE[1]=GPL
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://lostirc.sourceforge.net/
+ BUILD_API=2
+ LICENSE[0]=GPL
+ DISTCC_HOSTS=
+ CCACHE=off
+ ENTERED=20030116
+ UPDATED=20040609
+ SHORT="LostIRC is a simple, yet very useful graphical IRC
+client"
+cat << EOF
+LostIRC is a simple, yet very useful IRC client. It has features such
+as tab-autocompletion, multiple server support, automatic joining of
+servers/channel logging and DCC sending which should cover the nees of
+most people. Another goal that the application has in mind is 100%
+keyboard controlability. It was written using the gtkmm GUI library.
+EOF