# HG changeset patch # User Hans-G?nter Theisgen # Date 1585645871 -3600 # Node ID ef7cfa91fe58b8b93573bc136aced68f9ac9a069 # Parent f79f8742c1dc7a17534ff9d228e45e5723acf3da updated perl-ipc-run (0.92 -> 20180523.0) diff -r f79f8742c1dc -r ef7cfa91fe58 perl-ipc-run/receipt --- a/perl-ipc-run/receipt Tue Mar 31 10:05:06 2020 +0100 +++ b/perl-ipc-run/receipt Tue Mar 31 10:11:11 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-ipc-run" -VERSION="0.92" +VERSION="20180523.0" CATEGORY="development" -SHORT_DESC="IPC::Run module is a Perl extension." +SHORT_DESC="Perl extension IPC::Run." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/IPC-Run" + +SOURCE="IPC-Run" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="IPC-Run" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -