wok diff backup-manager/receipt @ rev 23689
updated sysstat (12.1.7 -> 12.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 17:56:55 2020 +0100 (2020-04-26) |
parents | e17c7b3f75a8 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/backup-manager/receipt Mon Apr 10 09:25:19 2017 +0200 1.2 +++ b/backup-manager/receipt Sun Apr 26 17:56:55 2020 +0100 1.3 @@ -1,20 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="backup-manager" 1.7 -VERSION=0.7.13 1.8 +VERSION=0.7.15 1.9 CATEGORY="network" 1.10 +TAGS="backup" 1.11 SHORT_DESC="A really simple to use backup tool." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://github.com/sukria/Backup-Manager" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/sukria/Backup-Manager" 1.18 -WGET_URL="$WEB_SITE/archive/$GITHASH.tar.gz" 1.19 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.20 + 1.21 +SUGGESTED="ssh rsync mysql postgresql" 1.22 +DEPENDS="bash perl" 1.23 +BUILD_DEPENDS="coreutils-operations gettext" 1.24 + 1.25 CONFIG_FILES="/etc/backup-manager.conf" 1.26 -TAGS="backup" 1.27 - 1.28 -DEPENDS="bash perl" 1.29 -BUILD_DEPENDS="wget gettext coreutils-operations" 1.30 -SUGGESTED="ssh rsync mysql postgresql" 1.31 1.32 # Rules to configure and make the package. 1.33 compile_rules() 1.34 @@ -26,7 +28,9 @@ 1.35 genpkg_rules() 1.36 { 1.37 mkdir $fs/etc 1.38 - cp -a $install/* $fs/ 1.39 - cp $fs/usr/share/backup-manager/backup-manager.conf.tpl $fs/etc/backup-manager.conf 1.40 - rm -r $fs/usr/share/man 1.41 + 1.42 + cp -a $install/* $fs/ 1.43 + cp $fs/usr/share/backup-manager/backup-manager.conf.tpl \ 1.44 + $fs/etc/backup-manager.conf 1.45 + rm -r $fs/usr/share/man 1.46 }