From 7f6af399b210e460ea57618ad61575211194e5b0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 23 Nov 2009 22:08:53 +0000 Subject: [PATCH] Added rsync-3.0.6 build template. --HG-- extra : convert_revision : 4133bea6a3858444eddf2ad7c8db85e5b0a83a25 --- srcpkgs/rsync/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/rsync/template 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