Package: gengetopt Version: 2.22.6 Revision: 1 ### Source: gnu Source-MD5: 29749a48dda69277ab969c510597a14e ### BuildConflicts: source-highlight UseMaxBuildJobs: false ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib ### InstallScript: << chmod +x build-aux/*sh make install DESTDIR=%d << ### DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README THANKS TODO InfoDocs: gengetopt.info ### Description: Generates getopt_long functions 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. << DescPackaging: << Had to add a buildconflict of source-highlight to prevent rebuilding documentation, which currently fails. Need to fix the actual problem rather than this bandaid. Also, why do some machines now need the autoconf files set executable, when others do not? Likely, there is a missing autotools dependency. << ### License: GPL Maintainer: Kurt Schwehr Homepage: http://www.gnu.org/software/gengetopt/gengetopt.html