# Watch: https://ftp.gnu.org/gnu/binutils
           SPELL=binutils
         VERSION=2.45.1
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]="https://sourceware.org/pub/${SPELL}/releases/${SOURCE}"
         SOURCE2="${SOURCE}.sig"
  SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
  SOURCE2_URL[1]="${SOURCE_URL[1]}.sig"
      SOURCE_GPG="gnu.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
      LICENSE[0]=GPL
        WEB_SITE="https://sourceware.org/binutils/"
         ENTERED=20010922
        KEYWORDS="devel"
           SHORT="essential collection of binary utilities"
cat << EOF
binutils - Collection of binary utilities
ld 	-the GNU linker
as 	-the portable GNU assembler
ar 	-creates, modifies, and extracts from archives
nm 	-lists symbols from object files
objcopy -copies and translates object files
objdump	-displays information from object files
ranlib	-indexes the contents of an archive
size	-lists the section sizes of an object or archive file
strings	-lists printable strings from files
strip	-discards symbols
c++filt	-filter to demangle encoded C++ symbols
addr2line-converts addresses to file and line
nlmconv	-converts object code into an NLM
EOF
