          MODULE=popt
         VERSION=1.19
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://ftp.rpm.org/popt/releases/popt-1.x/
      SOURCE_VFY=sha256:c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9
        WEB_SITE=http://rpm5.org
         ENTERED=20010922
         UPDATED=20230512
           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
