           SPELL=fpc
         VERSION=2.2.0
     SOURCE_HASH=sha512:c6873e373fe24e850f20744826ce02af2cc04007359f82a28c3dc48b61a513807965630c61bae623197647c1d16aae1cb43faa313305acd2da46de882a91ca81
          SOURCE=$SPELL-$VERSION.source.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${SOURCEFORGE_URL}/freepascal/$SOURCE
        WEB_SITE=http://www.freepascal.org
if    [[  "${SMGL_COMPAT_ARCHS[1]}"  ==  "ia32"    ]];  then
         SOURCE2=$SPELL-$VERSION.i386-linux.tar
elif  [[  "${SMGL_COMPAT_ARCHS[1]}"  ==  "x86_64"  ]];  then
         SOURCE2=$SPELL-$VERSION.x86_64-linux.tar
else
         SOURCE2=$SPELL-$VERSION.i386-linux.tar
fi
  SOURCE2_URL[0]=$SOURCEFORGE_URL/freepascal/$SOURCE2
     SOURCE2_GPG=gurus.gpg:$SOURCE2.sig:WORKS_FOR_ME
  STAGED_INSTALL=off
      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
