SPELL=popt VERSION=1.16 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME" # SOURCE2=$SOURCE.asc SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=http://rpm5.org/files/popt/$SOURCE # SOURCE2_URL[0]=$SOURCE_URL.asc # SOURCE_GPG=popt.gpg:$SOURCE2:UPSTREAM_KEY # SOURCE2_IGNORE=signature LICENSE[0]=XCL WEB_SITE=http://rpm5.org/ 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 .