wok-current rev 24226
updated perl-io-tty (1.14 -> 1.16)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 17:52:39 2021 +0100 (2021-12-31) |
parents | b6c2a8e3c716 |
children | 77dd7f0592b5 |
files | perl-io-tty/description.txt perl-io-tty/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-io-tty/description.txt Fri Dec 31 17:52:39 2021 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +IO::Tty is used internally by IO::Pty to create a pseudo-tty. 1.5 +You wouldn't want to use it directly except to import constants, 1.6 +use IO::Pty. 1.7 +For a list of importable constants, see IO::Tty::Constant. 1.8 + 1.9 +Please note that pty creation is very system-dependend. 1.10 +From my experience, any modern POSIX system should be fine.
2.1 --- a/perl-io-tty/receipt Fri Dec 31 17:41:39 2021 +0100 2.2 +++ b/perl-io-tty/receipt Fri Dec 31 17:52:39 2021 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-io-tty" 2.7 -VERSION="1.14" 2.8 +VERSION="1.16" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl extension IO::Tty." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL" 2.13 -WEB_SITE="https://metacpan.org/release/IO-Tty" 2.14 +WEB_SITE="https://metacpan.org/pod/IO::Tty" 2.15 +REPOLOGY="perl:io-tty" 2.16 2.17 SOURCE="IO-Tty" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -32,6 +33,5 @@ 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr 2.24 - cp -a $install/usr/lib $fs/usr 2.25 + cook_copy_folders lib 2.26 }