the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gengetopt
Version: 2.22.4
Revision: 1
###
Source: gnu
Source-MD5: e69d1b051784eb3a1c9fae36cb8b25ea
###
GCC: 4.0
###
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
BuildConflicts: source-highlight
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