Package: gengetopt Version: 2.7.1 Revision: 11 ### Source: gnu Source-MD5: 0205222fab2d1888799a1f817000eddb ## BuildDepends: gcc3.3 GCC: 3.3 ### ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib CompileScript: << export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c make CC=gcc-3.3 CXX=g++-3.3 << ### InstallScript: << make install DESTDIR=%d << ### DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README THANKS TODO ### Description: Generates getopt_long function to parse CLi options DescDetail: << gengetopt takes an easy-to-do description of options and generates a C function that uses the GNU getopt_long(3) function to parse the options and validate them. gengetopt is GNU software, but the code generated is not under any particular license. gengetopt is perfect if you are too lazy to write all the stuff required to call GNU getopt_long(3), or if you have a program and wish it took many options. The generated code works if you use autoconf or automake. << ### License: GPL Maintainer: Justin F. Hallett Homepage: http://www.gnu.org/software/gengetopt/gengetopt.html