Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15147

Added Files:
        opensync-0.22-5.info 
Log Message:
fix build against latest swig

--- NEW FILE: opensync-0.22-5.info ---
Package: opensync
Version: 0.22
Revision: 5
Description: Synchronization framework
License: GPL/LGPL
Maintainer: Benjamin Reed <[email protected]>

Depends: %N-shlibs (>= %v-%r)
BuildDepends: <<
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        libgettext8-dev,
        libiconv-dev,
        libxml2 (>= 2.6.32-1),
        pkgconfig (>= 0.23-1),
        python26,
        sqlite3-dev,
        swig (>= 2.0.0-1)
<<

Source: 
http://www.opensync.org/attachment/wiki/download/libopensync-%v.tar.bz2?rev=&format=raw
Source-MD5: f563ce2543312937a9afb4f8445ef932
SourceRename: libopensync-%v.tar.bz2
PatchScript: <<
        find . -name Makefile.in | xargs perl -pi -e 's,-Werror,,'
        perl -pi -e 's,1.3.17,2.0.0,g' configure
<<

UseMaxBuildJobs: true
ConfigureParams: --disable-dependency-tracking --enable-python=2.6 
--libexecdir=%p/sbin
CompileScript: <<
        #!/bin/sh -ex
        
        PYTHON=%p/bin/python2.6 ./configure %c
        make
<<

InstallScript: <<
        make -j1 install DESTDIR='%d'
        rm -f %i/lib/python*/site-packages/opensync.pyc
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
SplitOff: <<
        Package: %N-shlibs
        Description: Shared libraries for opensync
        Depends: <<
                glib2-shlibs (>= 2.22.0-1),
                libgettext8-shlibs,
                libiconv,
                libxml2-shlibs (>= 2.6.32-1),
                sqlite3-shlibs
        <<
        DocFiles: COPYING
        Files: <<
                lib/libopensync.0*.dylib
                lib/libopensync-xml.0*.dylib
                lib/libosengine.0*.dylib
                lib/opensync/formats/*.so
        <<
        Shlibs: <<
                %p/lib/libopensync.0.dylib     1.0.0 %n (>= 0.22-1)
                %p/lib/libopensync-xml.0.dylib 1.0.0 %n (>= 0.22-1)
                %p/lib/libosengine.0.dylib     1.0.0 %n (>= 0.22-1)
        <<
<<
SplitOff2: <<
        Package: %N-python-py26
        Description: Python module for opensync
        Depends: <<
                %N-shlibs (>= %v-%r),
                python26-shlibs
        <<
        DocFiles: COPYING
        Files: <<
                lib/python2.6/site-packages/*.so
                lib/python2.6/site-packages/*.py
                lib/python2.6/site-packages/*.pyo
        <<
<<
SplitOff3: <<
        Package: %N-dev
        Description: Developer headers and libraries for opensync
        Depends: %N (= %v-%r)
        BuildDependsOnly: true
        DocFiles: COPYING
        Files: include lib
<<

Homepage: http://www.opensync.org/
DescDetail: <<
OpenSync is a synchronization framework that is platform and
distribution independent.  It consists of a powerful sync-engine and
several plugins that can be used to connect to devices.

OpenSync is very flexible and capable of synchronizing any type of
data, including contacts, calendar, tasks, notes and files.

The goals of OpenSync:

* Provide a framework that can be used for general synchronization
* Reusability.  The framework should be usable by many applications
* Speed.  Synchronization should be as fast as possible.
* Flexibility.  We cannot predict what formats / devices the future
  will bring.  Therefore OpenSync is built as flexible and modular
  as possible.
* Integrity.  Data must never be lost, no matter what happens.
* Portability.  The framework should run on as many platforms as
  possible (Linux, Windows, Mac OS, BSD, etc)
* Language neutral.  OpenSync is extensible in using other languages
  like python, java and even more.
* No dependencies on a X-server.  OpenSync is a library that can be
  embed into other applications.  Therefore it is possible to use
  GUIs, CLIs or whatever you can imagine.
<<



------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to