# Watch: https://ftp.gnu.org/gnu/gdb
           SPELL=gdb
         VERSION=16.2
     SOURCE_HASH=sha512:f04a6335dbdee371edb7e3213294fcbb878ac39adedb73f7e17e621f54350488f5f5bea9bc742639239c122d590bed158771a74fc3aaeaa7fa0ae304232576a3
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
      LICENSE[0]=GPL
        WEB_SITE=https://sources.redhat.com/gdb/
         ENTERED=20011023
        KEYWORDS="debugger devel"
           SHORT="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
