# HG changeset patch # User Hans-G?nter Theisgen # Date 1641102131 -3600 # Node ID 99179f7971d431e548fe3e204822fea6f8598860 # Parent 4e9f81882cd3b687cd31f804a18a2ec6e7dfab11 updated perl-ipc-run (20180523.0 -> 20200505.0) diff -r 4e9f81882cd3 -r 99179f7971d4 perl-ipc-run/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-ipc-run/description.txt Sun Jan 02 06:42:11 2022 +0100 @@ -0,0 +1,7 @@ +IPC::Run allows you to run and interact with child processes using files, +pipes, and pseudo-ttys. +Both system()-style and scripted usages are supported and may be mixed. +Likewise, functional and OO API styles are both supported and may be mixed. + +Various redirection operators reminiscent of those seen on common Unix and +DOS command lines are provided. diff -r 4e9f81882cd3 -r 99179f7971d4 perl-ipc-run/receipt --- a/perl-ipc-run/receipt Sat Jan 01 11:57:50 2022 +0000 +++ b/perl-ipc-run/receipt Sun Jan 02 06:42:11 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="perl-ipc-run" -VERSION="20180523.0" +VERSION="20200505.0" CATEGORY="development" SHORT_DESC="Perl extension IPC::Run." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IPC-Run" +WEB_SITE="https://metacpan.org/pod/IPC::Run" +REPOLOGY="perl:ipc-Run" SOURCE="IPC-Run" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/IPC/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" @@ -26,12 +27,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }