       MODULE=gengetopt
      VERSION=2.22.5
       SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL=ftp://ftp.gnu.org/gnu/gengetopt/
   SOURCE_VFY=sha1:8b1d97cbd8d013998d74830a0286435f881e3c10
     WEB_SITE=http://www.gnu.org/software/gengetopt/
      ENTERED=20060919
      UPDATED=20120214
        SHORT="write option parsing code for C programs"
PSAFE=no
cat << EOF
Gengetopt is a tool to generate C code to parse the command line arguments
argc and argv that are part of every C or C++ program. The generated code
uses the C library function getopt_long to perform the actual command line
parsing.
EOF
