void-packages/srcpkgs/rsync/template
2015-05-31 12:45:31 +02:00

21 lines
570 B
Bash

# Template file for 'rsync'
pkgname=rsync
version=3.1.1
revision=5
build_pie=yes
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@voidlinux.eu>"
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
}