           SPELL=lazarus
if [[ "$LAZ_DEV" == "y" ]];then
           VERSION=0.9.27-19066-20090323
       SOURCE_HASH=sha512:696c12b3bcbaa4575266492304d6b3bb2b931212a3ec50864f47db43a35680230027ee39b7c0e54a44198b8f81dd94162acc51b5861d5f8a2e4b3daf753b77f7
#         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.2-0
     SOURCE_HASH=sha512:10f92a92f125725627cd137a3b055a2c7d5cfe9b9dc46e1add4e64faf25b6918559bbf4da72ed654cb2019659dc1b84835a0c3ccb040d8c3a665b4fae89e69b3
          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
