           SPELL=fpc
         VERSION=2.2.2
     SOURCE_HASH=sha512:36843676cfffc298335226531bdfe8a13f7cf1bcde03a34607d72bfed4fdacacaf04f81b015d03562800767b3771a5a0138e06aef081f8e138a741168b9930cb
          SOURCE=$SPELL-$VERSION.source.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${SOURCEFORGE_URL}/freepascal/$SOURCE
   SOURCE_URL[1]=ftp://ftp.freepascal.org/fpc/dist/source-${VERSION}/$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
