25 lines
1 KiB
Text
25 lines
1 KiB
Text
# Template file for 'rsync'
|
|
pkgname=rsync
|
|
version=3.0.9
|
|
homepage="http://samba.anu.edu.au/rsync/"
|
|
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="Remote fast incremental file transfer tool"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05
|
|
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."
|
|
|
|
Add_dependency build perl ">=0"
|
|
Add_dependency build acl-devel
|
|
Add_dependency build popt-devel
|