Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv5754

Added Files:
        libmeanwhile.info 
Log Message:
libmeanwhile to 10.7

--- NEW FILE: libmeanwhile.info ---
Package: libmeanwhile
Version: 1.0.2
Revision: 3

Source: mirror:sourceforge:meanwhile/meanwhile-%v.tar.gz
Source-MD5: bf4ced109a367b4c5d71fe63c043270e

BuildDependsOnly: true
BuildDepends: <<
        fink-package-precedence,
        glib2-dev,
        libgettext8-dev,
        libiconv-dev,
        pkgconfig (>= 0.22-1),
        system-openssl-dev
<<
Depends: %N-shlibs (= %v-%r)

ConfigureParams: --disable-static --enable-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
        fink-package-precedence .
<<
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 <libmeanwh...@fink.racoonfink.com>
Homepage: http://meanwhile.sourceforge.net/
License: LGPL


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to