           SPELL=fpc
         VERSION=2.2.2.rc2
      PATCHLEVEL=1
              VX=beta
     SOURCE_HASH=sha512:de974cb6fa146a5dc9b4a73b73d1fc6d941227c4c625bc8b1b4085d353b008b29a24efa83952c1802fce4242b428b54e9d69f3504eb4c3aa94f3d838919cd029
          SOURCE=$SPELL-$VERSION.source.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${SOURCEFORGE_URL}/freepascal/$SOURCE
   SOURCE_URL[0]=ftp://ftp.freepascal.org/fpc/$VX/${VERSION/\.r/r}/source/$SOURCE
        WEB_SITE=http://www.freepascal.org
if ! spell_ok fpc ; then
        VERSIONB=2.2.0
  if   [[  "${SMGL_COMPAT_ARCHS[1]}"  ==  "ia32"    ]];  then
         SOURCE2=$SPELL-$VERSIONB.i386-linux.tar
  elif [[  "${SMGL_COMPAT_ARCHS[1]}"  ==  "x86_64"  ]];  then
         SOURCE2=$SPELL-$VERSIONB.x86_64-linux.tar
  else
         SOURCE2=$SPELL-$VERSIONB.i386-linux.tar
  fi
  SOURCE2_URL[0]=$SOURCEFORGE_URL/freepascal/$SOURCE2
     SOURCE2_GPG=gurus.gpg:$SOURCE2.sig:WORKS_FOR_ME
fi
      LICENSE[0]=GPL
        KEYWORDS="pascal compiler devel"
         ENTERED=20050521
          CCACHE=off
           SHORT="a Pascal compiler"
cat << EOF
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler.
It is available for different processors: Intel x86, Amd64/x86 64, PowerPC,
Sparc.
EOF
