# HG changeset patch # User Hans-G?nter Theisgen # Date 1641116931 -3600 # Node ID b5cebc72aaf4a8acdecd998ac486b724c35b6a81 # Parent 9463e45f65dc32c39ca50ddc6856e16cafdb9f6d updated perltidy (20200110 -> 20211029) diff -r 9463e45f65dc -r b5cebc72aaf4 perltidy/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perltidy/description.txt Sun Jan 02 10:48:51 2022 +0100 @@ -0,0 +1,5 @@ +This module makes the functionality of the perltidy utility available to +perl scripts. +Any or all of the input parameters may be omitted, in which case the +@ARGV array will be used to provide input parameters as described in the +perltidy(1) man page. diff -r 9463e45f65dc -r b5cebc72aaf4 perltidy/receipt --- a/perltidy/receipt Sun Jan 02 10:42:49 2022 +0100 +++ b/perltidy/receipt Sun Jan 02 10:48:51 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="perltidy" -VERSION="20200110" +VERSION="20211029" CATEGORY="development" SHORT_DESC="Perl Code Formatter." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Perl-Tidy/" +WEB_SITE="https://metacpan.org/pod/Perl::Tidy" SOURCE="Perl-Tidy" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,15 +26,14 @@ { 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/bin $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders bin + cook_copy_folders lib # remove perllocal.pod and .packlist find $fs -name perllocal.pod -delete