void-packages/srcpkgs/rsync/template
2014-12-11 14:22:38 +01:00

20 lines
553 B
Plaintext

# Template file for 'rsync'
pkgname=rsync
version=3.1.1
revision=3
build_style=gnu-configure
conf_files="/etc/rsyncd.conf"
hostmakedepends="perl"
makedepends="zlib-devel acl-devel popt-devel"
short_desc="Remote fast incremental file transfer tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://samba.anu.edu.au/rsync/"
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
checksum=7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621
post_install() {
vconf ${FILESDIR}/rsyncd.conf
vsv rsyncd
}