           SPELL=popt
         VERSION=1.10.4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://jbj.org/pub/rpm-4.4.x/$SOURCE
     SOURCE_HASH=sha512:d001118a185baced5c3f799dd0ce279192b198800202d7da2242e8027cb76a8e78e4f9c5be78ec0999a7d5656d5dbffcbc9ef1562ac73df73b2029cf464f86ee
      LICENSE[0]=XCL
        WEB_SITE=ftp://jbj.org/pub/rpm-4.4.x
         ENTERED=20010922
         UPDATED=20031212
        KEYWORDS="libs"
           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
