libraries/librsync: Updated for version 0.9.7

This commit is contained in:
Lyle Sigurdson 2010-05-11 19:45:19 +02:00 committed by Eric Hameleers
parent f4713ec015
commit 8ff07cbaf6
3 changed files with 2 additions and 6 deletions

View file

@ -6,7 +6,3 @@ algorithm.
The rsync remote-delta algorithm is a method of efficiently transmitting a
structure (such as a file) across a communications link when the receiving
computer already has a different version of the same structure.
Slackbuild written by Lyle Sigurdson.
No dependencies outside of the official Slackware packages are required.

View file

@ -17,7 +17,7 @@ umask 0022
PRGNAM=librsync
VERSION=0.9.7
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/librsync/librsync-0.9.7.tar.gz"
MD5SUM="24cdb6b78f45e0e83766903fd4f6bc84"
MAINTAINER="Lyle Sigurdson"
EMAIL="lyle_s@myrealbox.com "
APPROVED="alien,robw810"
APPROVED="alien,rworkman"