wok diff trash-cli/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 5d50a02468c7
children 5ea0ce1cecc0
line diff
     1.1 --- a/trash-cli/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/trash-cli/receipt	Tue Jan 28 10:03:39 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="trash-cli"
     1.7 -VERSION="0.12.9.14"
     1.8 +VERSION="0.17.1.14"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Command line interface to the freedesktop.org trashcan."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="https://github.com/andreafrancia/trash-cli"
    1.15 -WGET_URL="git|git://github.com/andreafrancia/trash-cli"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="python"
    1.21 -BUILD_DEPENDS="git bzip2 python-dev python-setuptools"
    1.22 +BUILD_DEPENDS="python-dev python-setuptools"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -24,6 +25,7 @@
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir $fs/usr
    1.30 +
    1.31  	cp -a $install/usr/bin $fs/usr
    1.32  	cp -a $install/usr/lib $fs/usr
    1.33  }