25 lines
1 KiB
Text
25 lines
1 KiB
Text
# Template file for 'rsync'
|
|
pkgname=rsync
|
|
version=3.0.8
|
|
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="Remote fast incremental file transfer tool"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114
|
|
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 run glibc
|
|
Add_dependency run acl
|
|
Add_dependency run popt
|
|
Add_dependency build perl ">=0"
|
|
Add_dependency build acl-devel
|
|
Add_dependency build popt-devel
|