           SPELL=popt
         VERSION=1.18
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://ftp.rpm.org/popt/releases/popt-1.x/$SOURCE
     SOURCE_HASH=sha512:86422e8762adda3d02d46c20ac74ffe389d4f991d552b6fea729f007345b6426cbeb71160284e2deaa2ce44ce754a9e6cf6ccbd64bff9bc2253df40cdc2f79a5
      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
