# Watch: https://ftp.gnu.org/gnu/gcc gcc-(2[.][0-9.]+)[.]tar
           SPELL=gcc2
         VERSION=2.95.3
  PASCAL_VERSION=2.1
          SOURCE=gcc-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
   SOURCE_URL[0]=$GNU_URL/gcc/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$SOURCE
     SOURCE_HASH=sha512:50eb27613d5099bbcf2391b11d9818a7ff61f14fa0a01a04f956ce961cf59ccd32c4d7349ea18fdf29c2bec9126c3bda13e13715910b387c25b1bea1a557f485
if [ "x$PASCAL" = xy ]; then
         SOURCE2=gpc-$PASCAL_VERSION.tar.gz
  SOURCE2_URL[0]=http://www.gnu-pascal.de/current/$SOURCE2
    SOURCE2_HASH=sha512:256bee3078a1cb9a93f9e7fb6725b3074b0169f273cef309c851684f0bc632cfd0c44a22d593c2b15b201cadd8d3812d741e69d068f5c57c1b236133d84a6281
fi
      LICENSE[0]=GPL
        WEB_SITE=http://gcc.gnu.org
         ENTERED=20010922
         UPDATED=20030920
        KEYWORDS="compiler devel"
           SHORT="gcc is the GNU compiler collection."
cat << EOF
gcc - GNU Compiler Collection.
The GNU Compiler Collection is a suite of compilers that compile C, C++,
Objective C, Fortran, Java, and CHILL for a wide variety of
architectures. Front-ends for Ada95 and Pascal also exist. 
EOF
