wok diff aria2/receipt @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (18 months ago)
parents 5ea0ce1cecc0
children 343c093ad221
line diff
     1.1 --- a/aria2/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/aria2/receipt	Wed Nov 30 08:50:05 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aria2"
     1.7 -VERSION="1.35.0"
     1.8 +VERSION="1.36.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A download utility with resuming and segmented downloading with HTTP, HTTPS and FTP support."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -40,6 +40,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 -	cp -a $install/usr/bin	$fs/usr
    1.18 +	cook_copy_folders	bin
    1.19  }