           SPELL=lazarus
if [[ "$LAZ_DEV" == "y" ]];then
           VERSION=0.9.27-17807-20081212
       SOURCE_HASH=sha512:fff98104738a8b367e68f63d70fb133c77c5ba4dcb6442059fae256e9604f391a4c86f246e52c79580d827264c0a81d77b6db58280765f8bcc97d94e4888a63a
#         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
