          MODULE=gcc3
             PKG=gcc
         VERSION=3.4.6
          SOURCE=$PKG-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
   MODULE_PREFIX=${GCC3_PREFIX:-/opt/lunar/gcc3}
   SOURCE_URL[0]=$GNU_URL/gcc/$PKG-$VERSION/
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$PKG-$VERSION/
   SOURCE_URL[2]=http://www.online-mirror.org/gcc/$PKG-$VERSION/
      SOURCE_VFY=sha1:97b290fdc572c8e490b3b39f243e69bacad23c2b
        WEB_SITE=http://gcc.gnu.org
         ENTERED=20020628
         UPDATED=20060612
           PSAFE=no
           SHORT="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
