21 lines
640 B
Bash
21 lines
640 B
Bash
# Template file for 'rsnapshot'
|
|
pkgname=rsnapshot
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl rsync openssh"
|
|
makedepends="perl-Lchown"
|
|
depends="perl perl-Lchown rsync openssh"
|
|
conf_files="/etc/${pkgname}.conf"
|
|
noarch="yes"
|
|
short_desc="A remote filesystem snapshot utility"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.rsnapshot.org"
|
|
distfiles="http://www.rsnapshot.org/downloads/${pkgname}-${version}.tar.gz"
|
|
checksum=222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf
|
|
}
|