           SPELL=lazarus
if [[ "$LAZ_DEV" == "y" ]];then
           VERSION=0.9.27-18800-20090223
       SOURCE_HASH=sha512:943a7b4a69562e7650ce690e5e29c2c2c641723f592a4146b10a53fcfc827b8bd16039e70adf3330c44e0d5be34e7068226d165a937607d2f5d72cd70479b893
#         VERSION=0.9.25-$(date +%Y%m%d)
#   SOURCE_IGNORE=volatile
#  FORCE_DOWNLOAD=on
          SOURCE=$SPELL-$VERSION-src.tar.bz2
   SOURCE_URL[0]=ftp://ftp.hu.freepascal.org/pub/lazarus/$SOURCE
else
         VERSION=0.9.26-0
     SOURCE_HASH=sha512:6c2b1610e40bc55ecd69f56ebfa97304abb024d12fe38ae52a4f39937e6734aa800102c21fa460be060f867d0371c69fdcc972e30051f592b94c21d54f1f0c6e
          SOURCE=$SPELL-$VERSION.tgz
   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
    GATHER_DOCS=off
         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
