           SPELL=binutils
         VERSION=2.19.1
          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:d3b32a277d02e4064af69e116ddd7bfbf00ab755e13fdad18f0390c1a27799075eaac6f619aa0d18d376eae12c494c6cdf968b46bed21e95ea81841de7aabc5a
#      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
