           SPELL=popt
         VERSION=1.19
     SOURCE_HASH=sha512:5d1b6a15337e4cd5991817c1957f97fc4ed98659870017c08f26f754e34add31d639d55ee77ca31f29bb631c0b53368c1893bd96cf76422d257f7997a11f6466
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://ftp.rpm.org/popt/releases/popt-1.x/$SOURCE
      LICENSE[0]=XCL
        WEB_SITE=https://github.com/devzero2000/POPT
         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
