           SPELL=popt
         VERSION=1.10.7
          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:ee252aeb08ae234ad5af27bfa0786d2f6b8353bc3dd525cb8c4e221796c4a941ef1c05483ec74aea5a6fcde0d550bf15c3c22cd89101e796afd421a468213541
      LICENSE[0]=XCL
        WEB_SITE=ftp://jbj.org/pub/rpm-4.4.x
         ENTERED=20010922
        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
