# HG changeset patch # User Hans-G?nter Theisgen # Date 1640961938 -3600 # Node ID dffab21eed4216ff59a1133b90ead659cb7a63d6 # Parent 8a801a6c0e8a050b22f5974c8958fcb51429139a updated perl-file-listing (6.04 -> 6.14) diff -r 8a801a6c0e8a -r dffab21eed42 perl-file-listing/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-file-listing/description.txt Fri Dec 31 15:45:38 2021 +0100 @@ -0,0 +1,2 @@ +This module exports a single function called parse_dir, +which can be used to parse directory listings. diff -r 8a801a6c0e8a -r dffab21eed42 perl-file-listing/receipt --- a/perl-file-listing/receipt Fri Dec 31 15:40:31 2021 +0100 +++ b/perl-file-listing/receipt Fri Dec 31 15:45:38 2021 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="perl-file-listing" -VERSION="6.04" +VERSION="6.14" CATEGORY="development" SHORT_DESC="File::Listing - parse directory listing." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/pod/File::Listing" +REPOLOGY="perl:file-listing" +SOURCE="File-Listing" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="File-Listing" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/pod/File::Listing" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" current_version() { @@ -22,16 +23,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src 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 } -