           SPELL=sharutils
         VERSION=4.3.77
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$VERSION/$SOURCE
     SOURCE_HASH=sha512:397733db5a52520f065ec46282870d859a4cc3be83736cff063f08a6317600c2f46ce183f0449a42f5e748754f1a5490b03f99846c0fe53d2922ce377f63d901
        WEB_SITE=http://www.gnu.org/software/sharutils/sharutils.html
         ENTERED=20020127
      LICENSE[0]=GPL
        KEYWORDS="email archive"
           SHORT="For making shell archives for transmission by email"
cat << EOF
GNU shar makes so-called shell archives out of many files, preparing
them for transmission by electronic mail services.  A shell archive is a
collection of files that can be unpacked by /bin/sh.  A wide range of
features provide extensive flexibility in manufacturing shars and in
specifying shar smartness. For example, shar may compress files,
uuencode binary files, split long files and construct multi-part
mailings, ensure correct unsharing order, and provide simplistic checksums. 

GNU unshar scans a set of mail messages looking for the start of shell
archives. It will automatically strip off the mail headers and
other introductory text. The archive bodies are then unpacked by a copy
of the shell. unshar may also process files containing concatenated
shell archives.

Also contains uu{en|de}code
EOF
