           SPELL=popt
         VERSION=1.7
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/$SOURCE
          MD5[0]=defdc11a13e30ceab9d07b50102b4920
      LICENSE[0]=XCL
        WEB_SITE=ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x
         ENTERED=20010922
         UPDATED=20031212
           SHORT="Library 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
