# HG changeset patch # User Hans-G?nter Theisgen # Date 1640963581 -3600 # Node ID c0318ab3558bb8356c1ec60bb9787a501aa727b7 # Parent cf792b10d9f9f0254a996ee9c2176850ded6ba0a updated perl-file-slurp (9999.30 -> 9999.32) diff -r cf792b10d9f9 -r c0318ab3558b perl-file-slurp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-file-slurp/description.txt Fri Dec 31 16:13:01 2021 +0100 @@ -0,0 +1,5 @@ +This module provides subs that allow you to read or write entire +files with one simple call. +They are designed to be simple to use, have flexible ways to pass +in or get the file contents and to be very efficient. +There is also a sub to read in all the files in a directory. diff -r cf792b10d9f9 -r c0318ab3558b perl-file-slurp/receipt --- a/perl-file-slurp/receipt Fri Dec 31 16:00:22 2021 +0100 +++ b/perl-file-slurp/receipt Fri Dec 31 16:13:01 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-file-slurp" -VERSION="9999.30" +VERSION="9999.32" CATEGORY="development" SHORT_DESC="Perl extension File::Slurp." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Slurp" +WEB_SITE="https://metacpan.org/pod/File::Slurp" +REPOLOGY="perl:file-slurp" SOURCE="File-Slurp" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -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 }