           MODULE=popt
         VERSION=1.6.4
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/$SOURCE
        WEB_SITE=ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x
         ENTERED=20010922
         UPDATED=20020401
           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
