           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
   SOURCE_IGNORE=volatile
else
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
     SOURCE_HASH=sha512:9d64f55d9f6e5e24a5fa048b1e475b203c07dd71211e494b11128111c3f651818b9fa68ea42b8fb2d572e222a4ef920dd364d966b622f2ad66e33976dc0d07a8
      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
        KEYWORDS="irc chat"
           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
