wok-6.x diff aria2/receipt @ rev 25563

New toolchain GCC 4.9.2, Glibc 2.19, Binutils 2.37
author Stanislas Leduc <shann@slitaz.org>
date Fri May 05 18:12:18 2023 +0200 (14 months ago)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/aria2/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/aria2/receipt	Fri May 05 18:12:18 2023 +0200
     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  }