4593412 [rkeene@sledge /home/rkeene/projects/build]$ cat librsync.txt
# SHORT DESC: Network Delta Library
# LONG DESC: librsync is a free software library that implements the rsync remote-delta algorithm. This algorithm allows efficient remote updates of a file, without requiring the old and new versions to both be present at the sending end. The library uses a "streaming" design similar to that of zlib with the aim of allowing it to be embedded into many different applications.  librsync is not wire-compatible with rsync 2.x, and is not likely to be in the future.

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared --enable-static --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
# DEPENDED ON BY: fex
4593413 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06