           SPELL=binutils
         VERSION=2.20
          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_HASH=sha512:01a3c09f9447a6e5f958d9749a25885abe1e2e615544e5896abb1abb3753b977480266ec4c8906000a3efe3ea74aa524e86ea27f6456635debe4f1faa555d1b8
#      SOURCE_GPG=gnu-verified.gpg:$SOURCE2
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=http://sourceware.org/binutils/
         ENTERED=20010922
        KEYWORDS="devel"
           SHORT="binutils is an 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
