void-packages/srcpkgs/rsync/template
Juan RP eb8a675f55 rsync: update to 3.0.7.
--HG--
extra : convert_revision : 285b5c2286299823a536ed621be995631fb2864d
2010-04-29 00:30:07 +02:00

25 lines
998 B
Plaintext

# Template file for 'rsync'
pkgname=rsync
version=3.0.7
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=9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8
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 acl-devel
Add_dependency build popt-devel