wok rev 24229

updated perl-ipc-run (20180523.0 -> 20200505.0)
author Hans-G?nter Theisgen
date Sun Jan 02 06:42:11 2022 +0100 (2022-01-02)
parents 4e9f81882cd3
children 0971f54dd46b
files perl-ipc-run/description.txt perl-ipc-run/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-ipc-run/description.txt	Sun Jan 02 06:42:11 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +IPC::Run allows you to run and interact with child processes using files,
     1.5 +pipes, and pseudo-ttys.
     1.6 +Both system()-style and scripted usages are supported and may be mixed.
     1.7 +Likewise, functional and OO API styles are both supported and may be mixed.
     1.8 +
     1.9 +Various redirection operators reminiscent of those seen on common Unix and
    1.10 +DOS command lines are provided.
     2.1 --- a/perl-ipc-run/receipt	Sat Jan 01 11:57:50 2022 +0000
     2.2 +++ b/perl-ipc-run/receipt	Sun Jan 02 06:42:11 2022 +0100
     2.3 @@ -1,16 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-ipc-run"
     2.7 -VERSION="20180523.0"
     2.8 +VERSION="20200505.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension IPC::Run."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/IPC-Run"
    2.14 +WEB_SITE="https://metacpan.org/pod/IPC::Run"
    2.15 +REPOLOGY="perl:ipc-Run"
    2.16  
    2.17  SOURCE="IPC-Run"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    2.20 +WGET_URL="https://www.cpan.org/modules/by-module/IPC/$TARBALL"
    2.21  
    2.22  DEPENDS="perl"
    2.23  BUILD_DEPENDS="perl"
    2.24 @@ -26,12 +27,11 @@
    2.25  {
    2.26  	perl Makefile.PL &&
    2.27  	make &&
    2.28 -	make DESTDIR=$DESTDIR install
    2.29 +	make install DESTDIR=$DESTDIR
    2.30  }
    2.31  
    2.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.33  genpkg_rules()
    2.34  {
    2.35 -	mkdir -p $fs/usr
    2.36 -	cp -a $install/usr/lib	$fs/usr
    2.37 +	cook_copy_folders	lib
    2.38  }