mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
rsnapshot: update to 1.4.0.
This commit is contained in:
parent
fe5b710815
commit
47c20245da
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rsnapshot'
|
# Template file for 'rsnapshot'
|
||||||
pkgname=rsnapshot
|
pkgname=rsnapshot
|
||||||
version=1.3.1
|
version=1.4.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl rsync openssh"
|
hostmakedepends="perl rsync openssh"
|
||||||
makedepends="perl-Lchown"
|
makedepends="perl-Lchown"
|
||||||
|
@ -13,12 +13,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.rsnapshot.org"
|
homepage="http://www.rsnapshot.org"
|
||||||
distfiles="http://www.rsnapshot.org/downloads/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.rsnapshot.org/downloads/${pkgname}-${version}.tar.gz"
|
||||||
checksum=94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
|
checksum=222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
# Fix pod error.
|
|
||||||
sed -i 's/=head1 USAGE/=back\n\n&/' rsnapshot-program.pl
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf
|
mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue