wok diff trash-cli/receipt @ rev 25502

Up memtest-efi* (6.01)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 15 09:58:15 2023 +0000 (17 months ago)
parents ac8ca9758df1
children
line diff
     1.1 --- a/trash-cli/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/trash-cli/receipt	Sun Jan 15 09:58:15 2023 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="trash-cli"
     1.7 -VERSION="0.17.1.14"
     1.8 +VERSION="0.22.4.16"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Command line interface to the freedesktop.org trashcan."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -11,7 +11,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.15  
    1.16 -DEPENDS="python"
    1.17 +DEPENDS="python python-psutil"
    1.18  BUILD_DEPENDS="python-dev python-setuptools"
    1.19  
    1.20  current_version()
    1.21 @@ -23,15 +23,13 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	python setup.py build
    1.26 +	python setup.py build &&
    1.27  	python setup.py install --root=$DESTDIR
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir $fs/usr
    1.34 -
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib $fs/usr
    1.37 +	cook_copy_folders	bin
    1.38 +	cook_copy_folders	lib
    1.39  }