           SPELL=binutils
         VERSION=2.25
          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:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=http://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
