the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libmeanwhile
Version: 1.0.2
Revision: 2
Source: mirror:sourceforge:meanwhile/meanwhile-%v.tar.gz
Source-MD5: bf4ced109a367b4c5d71fe63c043270e
BuildDependsOnly: true
BuildDepends: <<
cmake (>= 2.6.3-1),
glib2-dev,
libgettext3-dev,
libiconv-dev,
pkgconfig (>= 0.22-1),
system-openssl-dev
<<
Depends: %N-shlibs (= %v-%r)
ConfigureParams: --disable-static --disable-dependency-tracking --disable-doxygen
CompileScript: <<
#!/bin/sh -ev
case `sw_vers -productVersion` in
10.[01234]*)
;;
*)
export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
;;
esac
./configure %c
make
<<
InstallScript: <<
#!/bin/sh -ev
make -j1 install DESTDIR="%d" sampledir="%p/share/doc/%N"
if grep -q dead_strip_dylibs Makefile; then
perl -pi -e 's,%p/lib/libintl.la,,g; s,%p/lib/libiconv.la,,g' %i/lib/*.la
fi
<<
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for libmeanwhile
Depends: glib2-shlibs
Files: lib/libmeanwhile.1*.dylib
Shlibs: %p/lib/libmeanwhile.1.dylib 2.0.0 %n (>= 1.0.2-1)
DocFiles: COPYING
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
Description: Library for sametime communication
Maintainer: Benjamin Reed
Homepage: http://meanwhile.sourceforge.net/
License: LGPL