2009-11-23 22:08:53 +00:00
|
|
|
# Template file for 'rsync'
|
|
|
|
pkgname=rsync
|
2013-09-29 07:55:13 +00:00
|
|
|
version=3.1.0
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="perl"
|
|
|
|
makedepends="zlib-devel acl-devel popt-devel"
|
2009-11-23 22:08:53 +00:00
|
|
|
short_desc="Remote fast incremental file transfer tool"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-06 17:24:56 +00:00
|
|
|
license="GPL-3"
|
2013-03-20 09:47:05 +00:00
|
|
|
homepage="http://samba.anu.edu.au/rsync/"
|
|
|
|
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
2013-09-29 07:55:13 +00:00
|
|
|
checksum=81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e
|
2009-11-23 22:08:53 +00:00
|
|
|
long_desc="
|
|
|
|
Rsync is a fast and extraordinarily versatile file copying tool for
|
|
|
|
both remote and local files.
|
|
|
|
|
|
|
|
Rsync uses a delta-transfer algorithm which provides a very fast method
|
|
|
|
for bringing remote files into sync. It does this by sending just the
|
|
|
|
differences in the files across the link, without requiring that both
|
|
|
|
sets of files are present at one of the ends of the link beforehand. At
|
|
|
|
first glance this may seem impossible because the calculation of diffs
|
|
|
|
between two files normally requires local access to both files."
|