wok-6.x diff python-routes/receipt @ rev 25507
plop: cleanup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 11 10:36:59 2023 +0000 (21 months ago) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-routes/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-routes/receipt Sat Feb 11 10:36:59 2023 +0000 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-routes" 1.7 -VERSION="2.4.1" 1.8 +VERSION="2.5.1" 1.9 CATEGORY="development" 1.10 TAGS="python" 1.11 SHORT_DESC="Routing Recognition and Generation Tools." 1.12 MAINTAINER="taziden@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://pypi.org/project/Routes" 1.15 +REPOLOGY="python:routes" 1.16 1.17 SOURCE="Routes" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 @@ -33,5 +34,5 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - cp -a $install/usr $fs 1.24 + cook_copy_folders lib 1.25 }