wok-current diff perl-uri/receipt @ rev 25177
Update some web_site & wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 02 13:44:10 2022 +0000 (2022-07-02) |
parents | 15650f5d595b |
children |
line diff
1.1 --- a/perl-uri/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-uri/receipt Sat Jul 02 13:44:10 2022 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-uri" 1.7 -VERSION="1.76" 1.8 +VERSION="5.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extensions URI::Escape, URI::File, URI::ldap and URI::URL." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/URI" 1.14 +WEB_SITE="https://metacpan.org/pod/URI" 1.15 +REPOLOGY="perl:uri" 1.16 1.17 SOURCE="URI" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 @@ -33,6 +34,5 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr 1.24 - cp -a $install/usr/lib $fs/usr 1.25 + cook_copy_folders lib 1.26 }