           SPELL=help2man
         VERSION=1.40.9
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2="${SOURCE}.sig"
      SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
   SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE2}
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.gnu.org/software/help2man/ "
      LICENSE[0]=GPL
         ENTERED=20080823
           SHORT="A program to generate simple manual pages"
cat << EOF
help2man is a tool for automatically generating simple manual pages from
program output. It is intended to provide an easy way for software authors
to include a manual page in their distribution without having to maintain
that document. Given a program which produces reasonably standard --help
and --version outputs, help2man will attempt to re-arrange that output into
something which resembles a manual page.
EOF
