Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9721

Added Files:
        librsync.info 
Log Message:
Promote librsync from unstable to stable.


--- NEW FILE: librsync.info ---
Package: librsync
Version: 0.9.7
Revision: 1
Description: Algorithm for remote file synchronization
License: GPL
Homepage: http://librsync.sourceforge.net/
Maintainer: Blair Zajac <[EMAIL PROTECTED]>

# Dependencies.
Depends: %n-shlibs (= %v-%r)
BuildDepends: bzip2-dev (>= 1.0.2-12), popt (>= 1.7-1), gettext-dev, 
libiconv-dev
BuildDependsOnly: true
GCC: 3.3

# Unpack Phase.
Source: mirror:sourceforge:librsync/%N-%v.tar.gz
Source-MD5: 24cdb6b78f45e0e83766903fd4f6bc84

# Patch Phase.
PatchScript: perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,' 
configure

# Compile Phase.
SetCFLAGS: -Os
SetLDFLAGS: -no-undefined
ConfigureParams: --enable-shared --mandir=%p/share/man

# Install Phase.
InstallScript: <<
  make install DESTDIR=%d
  install -d -m 0755 %i/bin
  install -m 0755 .libs/rdiff %i/bin/rdiff
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README README.CVS THANKS TODO
SplitOff: <<
  Package: %N-shlibs
  Depends: bzip2-shlibs (>= 1.0.2-12), popt-shlibs (>= 1.7-1)
  Shlibs: %p/lib/librsync.1.dylib 2.0.0 %n (>= 0.9.6-1)
  Files: lib/librsync.*.dylib
  DocFiles: AUTHORS ChangeLog COPYING NEWS README README.CVS THANKS TODO
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r)
  Files: bin share/man/man1
  DocFiles: AUTHORS ChangeLog COPYING NEWS README README.CVS THANKS TODO
<<

# Documentation.
DescDetail: <<
librsync implements the rolling-checksum algorithm of remote file
synchronization that was popularized by the rsync utility and is used in
rproxy. This algorithm transfers the differences between 2 files without
needing both files on the same system.

It was originaly developed as part of rproxy, but is now used by other
applications and has its own project on sourceforge.

  http://librsync.sourceforge.net/

This library was previously known as libhsync up to version 0.9.0.
<<



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to