Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv13847/stable/main/finkinfo/libs

Added Files:
        opensync-0.22-6.info 
Removed Files:
        opensync.info 
Log Message:
sync opensync (older version) to stable to satisfy dep of kdepim3-common in 
stable


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

Depends: <<
        fink-obsolete-packages,
        %N-bin (>= %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: COPYING
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-bin (>= %v-%r),
                %N-shlibs (= %v-%r)
        <<
        Conflicts: libopensync1-dev
        Replaces: libopensync1-dev
        BuildDependsOnly: true
        DocFiles: COPYING
        Files: include lib
<<
SplitOff4: <<
        Package: %N-bin
        Description: OpenSync binaries
        Depends: %N-shlibs (>= %v-%r)
        Replaces: %N
        DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
        Files: bin
<<

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.
<<


--- opensync.info DELETED ---


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to