diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template new file mode 100644 index 00000000000..22689b81c41 --- /dev/null +++ b/srcpkgs/rsync/template @@ -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 " +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