wok diff python-pbr/receipt @ rev 25481
created recipe for py3k-cffi
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 17 07:42:01 2022 +0100 (2022-10-17) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-pbr/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-pbr/receipt Mon Oct 17 07:42:01 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pbr" 1.7 -VERSION="5.4.5" 1.8 +VERSION="5.8.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python Build Reasonableness." 1.11 MAINTAINER="maintainer@slitaz.org" 1.12 @@ -30,5 +30,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/usr $fs/usr 1.17 + cp -a $install/usr $fs 1.18 }