wok rev 25262

updated rclone (1.51.0 -> 1.59.0)
author Hans-G?nter Theisgen
date Fri Jul 15 08:42:33 2022 +0100 (21 months ago)
parents 1527d33cb460
children ee19effe61eb
files rclone/description.txt rclone/receipt
line diff
     1.1 --- a/rclone/description.txt	Fri Jul 15 07:57:26 2022 +0100
     1.2 +++ b/rclone/description.txt	Fri Jul 15 08:42:33 2022 +0100
     1.3 @@ -1,1 +1,13 @@
     1.4 +Rclone is a command-line program to manage files on cloud storage.
     1.5 +It is a feature-rich alternative to cloud vendors' web storage
     1.6 +interfaces. Over 40 cloud storage products support rclone including
     1.7 +S3 object stores, business and consumer file storage services, as
     1.8 +well as standard transfer protocols.
     1.9 +
    1.10 +Rclone has powerful cloud equivalents to the unix commands rsync,
    1.11 +cp, mv, mount, ls, ncdu, tree, rm, and cat.
    1.12 +Rclone's familiar syntax includes shell pipeline support, and
    1.13 +--dry-run protection.
    1.14 +It is used at the command line, in scripts or via its API.
    1.15 +
    1.16  Run 'rclone config' to setup
     2.1 --- a/rclone/receipt	Fri Jul 15 07:57:26 2022 +0100
     2.2 +++ b/rclone/receipt	Fri Jul 15 08:42:33 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="rclone"
     2.7 -VERSION="1.51.0"
     2.8 +VERSION="1.59.0"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -31,6 +31,5 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr
    2.17 -	cp -a $install/usr/bin	$fs/usr
    2.18 +	cook_copy_folders	bin
    2.19  }