rsync: cross build and debug support.

This commit is contained in:
Juan RP 2013-03-20 10:47:05 +01:00
parent 7e0e83045e
commit 738715baa5

View file

@ -1,14 +1,15 @@
# Template file for 'rsync' # Template file for 'rsync'
pkgname=rsync pkgname=rsync
version=3.0.9 version=3.0.9
homepage="http://samba.anu.edu.au/rsync/" revision=2
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=1 makedepends="perl>=0 zlib-devel acl-devel popt-devel"
makedepends="perl>=0 acl-devel popt-devel" crossmakedepends="zlib-devel acl-devel popt-devel"
short_desc="Remote fast incremental file transfer tool" short_desc="Remote fast incremental file transfer tool"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="http://samba.anu.edu.au/rsync/"
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
checksum=30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05 checksum=30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05
long_desc=" long_desc="
Rsync is a fast and extraordinarily versatile file copying tool for Rsync is a fast and extraordinarily versatile file copying tool for
@ -20,4 +21,3 @@ long_desc="
sets of files are present at one of the ends of the link beforehand. At 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 first glance this may seem impossible because the calculation of diffs
between two files normally requires local access to both files." between two files normally requires local access to both files."