           SPELL=lazarus
if [[ "$LAZ_DEV" == "y" ]];then
           VERSION=0.9.27-18093-20090104
       SOURCE_HASH=sha512:6d80af1f0f7326b0b1a96844ecb1a879aaa61ff37592d453746bcdf63aedfc82cd1a162382f9595d6d87f836d6c3423edb48a0e72b191e542c34f991c2f83b71
#         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
