wok-6.x rev 23619
updated rsnapshot (1.4.2 -> 1.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 14 14:13:02 2020 +0100 (2020-04-14) |
parents | 615a666d7811 |
children | 240f8e28cdcd |
files | rsnapshot/receipt |
line diff
1.1 --- a/rsnapshot/receipt Tue Apr 14 11:28:26 2020 +0100 1.2 +++ b/rsnapshot/receipt Tue Apr 14 14:13:02 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rsnapshot" 1.7 -VERSION="1.4.2" 1.8 +VERSION="1.4.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A remote filesystem snapshot utility." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -12,14 +12,13 @@ 1.13 WGET_URL="${WEB_SITE}downloads/$TARBALL" 1.14 1.15 DEPENDS="perl rsync" 1.16 -BUILD_DEPENDS="automake perl rsync" 1.17 +BUILD_DEPENDS="perl rsync" 1.18 1.19 CONFIG_FILES="/etc/rsnapshot.conf" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - ./autogen.sh && 1.25 ./configure \ 1.26 --prefix=/usr \ 1.27 --infodir=/usr/share/info \