the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libmcs
Version: 0.7.2
Revision: 1
Description: Modular config system
DescDetail: <<
mcs is a library and set of userland tools which abstract the
storage of configuration settings away from userland applications.
<<
License: BSD
Homepage: http://www.atheme.org/projects/mcs
Maintainer: Daniel Johnson
Source: http://distfiles.atheme.org/%n-%v.tgz
Source-MD5: c47fc81f3efacaa0a5a0b8fd14f9d48e
Depends: %N-shlibs (= %v-%r)
BuildDepends: pkgconfig, libmowgli
BuildDependsOnly: true
ConfigureParams: --disable-gconf --disable-kconfig
CompileScript: <<
./configure %c
make LIB_LDFLAGS='-dynamiclib -install_name ${libdir}/${LIB:.dylib=.${LIB_MAJOR}.dylib} -current_version ${LIB_MAJOR}.${LIB_MINOR} -compatibility_version ${LIB_MAJOR}.0'
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING README TODO
SplitOff: <<
Package: %N-shlibs
Depends: libmowgli-shlibs
Files: lib/libmcs.*.dylib
Shlibs: %p/lib/libmcs.1.dylib 1.0.0 %n (>= 0.7.1-1)
DocFiles: AUTHORS COPYING README TODO
<<
SplitOff2: <<
Package: %N-bin
Depends: %N-shlibs (= %v-%r)
Files: bin
DocFiles: AUTHORS COPYING README TODO
<<