           SPELL=gdb
         VERSION=6.6
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
      SOURCE_GPG=gnu.gpg:$SOURCE2
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=http://sources.redhat.com/gdb/
         ENTERED=20011023
      PATCHLEVEL=0
        KEYWORDS="debugger devel"
           SHORT="gdb is the GNU Debugger used for debugging"
cat << EOF
The GNU Debugger (GDB) is a source-level debugger for C, C++, Java,
Modula-2, and several other languages. It runs on GNU/Linux, the
BSD's, and almost every major proprietary OS. GDB can debug programs
running on the same machine as itself, or it can communicate over a
network or serial line with a debugging stub on another machine;
thus, it can be used for embedded and kernel debugging.
EOF
