Added rsync-3.0.6 build template.
--HG-- extra : convert_revision : 4133bea6a3858444eddf2ad7c8db85e5b0a83a25
This commit is contained in:
parent
1ae37a30f0
commit
7f6af399b2
1 changed files with 22 additions and 0 deletions
22
srcpkgs/rsync/template
Normal file
22
srcpkgs/rsync/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'rsync'
|
||||||
|
pkgname=rsync
|
||||||
|
version=3.0.6
|
||||||
|
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=33cc969364cb66b3e345fa7db2c651a8e07de0e58743ec03899c4ba86953e1b3
|
||||||
|
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 full glibc
|
||||||
|
Add_dependency full acl
|
||||||
|
Add_dependency full popt
|
Loading…
Reference in a new issue