          MODULE=popt
         VERSION=1.16
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=http://rpm5.org/files/popt
      SOURCE_VFY=sha1:cfe94a15a2404db85858a81ff8de27c8ff3e235e
        WEB_SITE=http://rpm5.org
         ENTERED=20010922
         UPDATED=20100515
           SHORT="The popt library exists essentially for parsing command line options"

cat << EOF
The popt library exists essentially for parsing command line options.
Some specific advantages of popt are no global variables (allowing
multiple passes in parsing argv), parsing an arbitrary array of
argv-style elements (allowing parsing of command-line-strings from any
source), a standard method of option aliasing, ability to exec external
option filters, and automatica generation of help and usage messages.
EOF
