the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libconfig8
Version: 1.3.2
Revision: 1
Description: Library for manipulating configuration files
License: LGPL
Homepage: http://www.hyperrealm.com/libconfig
Maintainer: Monic Polynomial
Source: http://www.hyperrealm.com/libconfig/libconfig-%v.tar.gz
Source-MD5: 094a82afd382aa2305c6cc3c06025c2d
BuildDependsOnly: true
Depends: %n-shlibs (= %v-%r)
GCC: 4.0
SetCFLAGS: -Os
ConfigureParams: --disable-dependency-tracking --disable-static
InstallScript: make install DESTDIR=%d
SplitOff: <<
Package: %N-shlibs
Description: Library for manipulating configuration files
Files: <<
lib/libconfig.8.0.0.dylib lib/libconfig.8.dylib
lib/libconfig++.8.0.0.dylib lib/libconfig++.8.dylib
<<
Shlibs: <<
%p/lib/libconfig.8.dylib 9.0.0 libconfig8 (>= 1.3.2-1)
%p/lib/libconfig++.8.dylib 9.0.0 libconfig8 (>= 1.3.2-1)
<<
DocFiles: AUTHORS COPYING.LIB ChangeLog NEWS README TODO
<<
DocFiles: COPYING.LIB
InfoDocs: libconfig.info
DescDetail: <<
Libconfig is a simple library for manipulating structured configuration files.
The file format is more compact and more readable than XML. And unlike XML, it
is type-aware, so it is not necessary to do string parsing in application code.
Libconfig is very compact - just 38K for the stripped C shared library (less
than one-fourth the size of the expat XML parser library) and 66K for the
stripped C++ shared library. This makes it well-suited for memory-constrained
systems like handheld devices.
<<