           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
     SOURCE_HASH=sha512:9c99cb6d48c078b94d5a8e067d85403084ac63f0c21b041a49ab5761a30706ee1f5e2c8e9e879054d07afda2a51bce826936e90bab1fc4c11bbf3c0573fdb423
      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
