wok-current rev 22050
updated trash-cli (0.12.9.14 -> 0.17.1.14)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 16:19:59 2019 +0100 (2019-10-22) |
parents | 8d6f94a698d5 |
children | e0a7c1d94e80 |
files | trash-cli/receipt |
line diff
1.1 --- a/trash-cli/receipt Tue Oct 22 15:53:15 2019 +0100 1.2 +++ b/trash-cli/receipt Tue Oct 22 16:19:59 2019 +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 }