# Compiling Time: 0.09 SBU # Contributor: Miklos Vajna # Maintainer: Frugalware Dev Team pkgname=rsync pkgver=3.1.2 pkgrel=1 pkgdesc="An open source utility that provides fast incremental file transfer." url="http://samba.anu.edu.au/rsync/" groups=('network' 'devel-core') archs=('i686' 'x86_64' 'arm') backup=(etc/rsyncd.conf) up2date="Flasttar https://download.samba.org/pub/rsync/src/" source=(http://samba.org/ftp/rsync/src/$pkgname-$pkgver.tar.gz \ rsyncd.conf rsyncd.service) signatures=($source.asc '' '') _F_systemd_scriptlet="$pkgname.install" _F_systemd_units=(rsyncd=) Finclude systemd depends=('popt>=1.14-2') build() { Fcd Fbuild Ffile /etc/rsyncd.conf Ffile /lib/systemd/system/rsyncd.service Fgenscriptlet } # optimization OK