# HG changeset patch # User Hans-G?nter Theisgen # Date 1657870953 -3600 # Node ID 7f67128400da150a7bedb3259710053efe245fb8 # Parent 1527d33cb46085cc5b624562b20818df99a51a2d updated rclone (1.51.0 -> 1.59.0) diff -r 1527d33cb460 -r 7f67128400da rclone/description.txt --- a/rclone/description.txt Fri Jul 15 07:57:26 2022 +0100 +++ b/rclone/description.txt Fri Jul 15 08:42:33 2022 +0100 @@ -1,1 +1,13 @@ +Rclone is a command-line program to manage files on cloud storage. +It is a feature-rich alternative to cloud vendors' web storage +interfaces. Over 40 cloud storage products support rclone including +S3 object stores, business and consumer file storage services, as +well as standard transfer protocols. + +Rclone has powerful cloud equivalents to the unix commands rsync, +cp, mv, mount, ls, ncdu, tree, rm, and cat. +Rclone's familiar syntax includes shell pipeline support, and +--dry-run protection. +It is used at the command line, in scripts or via its API. + Run 'rclone config' to setup diff -r 1527d33cb460 -r 7f67128400da rclone/receipt --- a/rclone/receipt Fri Jul 15 07:57:26 2022 +0100 +++ b/rclone/receipt Fri Jul 15 08:42:33 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rclone" -VERSION="1.51.0" +VERSION="1.59.0" CATEGORY="system-tools" SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more." MAINTAINER="pankso@slitaz.org" @@ -31,6 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }