mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
rsync: remove long_desc.
This commit is contained in:
parent
1b831be6d9
commit
edb7b5dbd7
1 changed files with 1 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rsync'
|
# Template file for 'rsync'
|
||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="zlib-devel acl-devel popt-devel"
|
makedepends="zlib-devel acl-devel popt-devel"
|
||||||
|
@ -11,13 +11,3 @@ license="GPL-3"
|
||||||
homepage="http://samba.anu.edu.au/rsync/"
|
homepage="http://samba.anu.edu.au/rsync/"
|
||||||
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
||||||
checksum=81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e
|
checksum=81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e
|
||||||
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."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue