wok annotate rclone/receipt @ rev 23907

Up btrfs-progs (5.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 03 16:02:48 2020 +0000 (2020-08-03)
parents 0df7c7a84904
children 2f230197370e
rev   line source
pankso@19682 1 # SliTaz package receipt.
pankso@19682 2
pankso@19682 3 PACKAGE="rclone"
Hans-G?nter@23609 4 VERSION="1.51.0"
pankso@19682 5 CATEGORY="system-tools"
Hans-G?nter@23609 6 SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more."
pankso@19682 7 MAINTAINER="pankso@slitaz.org"
pankso@19682 8 LICENSE="BSD"
Hans-G?nter@21832 9 WEB_SITE="https://rclone.org/"
Hans-G?nter@21832 10
pankso@19682 11 TARBALL="$PACKAGE-v${VERSION}-linux-386.zip"
llevrel@20639 12 WGET_URL="https://downloads.rclone.org/v$VERSION/$TARBALL"
pankso@19682 13
pankso@19682 14 DEPENDS="rsync"
pankso@19682 15
pankso@19682 16 # Rules to configure and make the package.
pankso@19682 17 compile_rules()
pankso@19682 18 {
pascal@20319 19 echo "Precompiled binary..."
pankso@19682 20 mkdir -p $install/usr/bin
Hans-G?nter@23609 21 cp $src/rclone $install/usr/bin
pankso@19682 22 }
pankso@19682 23
pankso@19682 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@19682 25 genpkg_rules()
pankso@19682 26 {
pankso@19682 27 mkdir -p $fs/usr
Hans-G?nter@23609 28 cp -a $install/usr/bin $fs/usr
pankso@19682 29 }