wok-6.x diff perl-io-tty/receipt @ rev 25565
Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 09 17:24:00 2023 +0000 (19 months ago) |
parents | 15650f5d595b |
children |
line diff
1.1 --- a/perl-io-tty/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-io-tty/receipt Tue May 09 17:24:00 2023 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-io-tty" 1.7 -VERSION="1.14" 1.8 +VERSION="1.16" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extension IO::Tty." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/IO-Tty" 1.14 +WEB_SITE="https://metacpan.org/pod/IO::Tty" 1.15 +REPOLOGY="perl:io-tty" 1.16 1.17 SOURCE="IO-Tty" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 @@ -32,6 +33,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 }