           SPELL=lazarus
if [[ "$LAZ_DEV" == "y" ]];then
         VERSION=0.9.25-$(date +%Y%m%d)
   SOURCE_IGNORE=volatile
          SOURCE=$SPELL-$VERSION-src.tar.bz2
   SOURCE_URL[0]=ftp://ftp.hu.freepascal.org/pub/lazarus/$SOURCE
else
         VERSION=0.9.24-0
     SOURCE_HASH=sha512:0147792823e9a82a36e79430c42a167998e07d60c28f09dc5c42bfd5f80c7e3c90762f8fcbd7e3da0d10f6463d1970b32eefaa450e2082063d4a5e8919d1e6a1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/lazarus
        WEB_SITE=http://www.lazarus.freepascal.org
#   SOURCE_URL[1]=ftp://ftp.de.freepascal.org/pub/lazarus/$SOURCE
#   SOURCE_URL[0]=http://michael-ep3.physik.uni-halle.de/Lazarus/$SOURCE
         LICENSE=LGPL
         ENTERED=20030701
            DOCS=""
         CCACHE=off
        ARCHIVE=off
SHORT="visual programming environment for Pascal"
cat << EOF
The Lazarus IDE is a stable and feature rich visual programming environment for the 
FreePascal Compiler. It supports the creation of self-standing graphical and console 
applications.
EOF
