wok-current diff perl-file-listing/receipt @ rev 24272
updated perltidy (20200110 -> 20211029)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 10:48:51 2022 +0100 (2022-01-02) |
parents | ca4a422cce07 |
children | 083af5061d39 |
line diff
1.1 --- a/perl-file-listing/receipt Fri Sep 17 14:12:38 2021 +0000 1.2 +++ b/perl-file-listing/receipt Sun Jan 02 10:48:51 2022 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-file-listing" 1.7 -VERSION="6.04" 1.8 +VERSION="6.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="File::Listing - parse directory listing." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL" 1.13 +WEB_SITE="https://metacpan.org/pod/File::Listing" 1.14 +REPOLOGY="perl:file-listing" 1.15 +SOURCE="File-Listing" 1.16 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL" 1.18 DEPENDS="perl" 1.19 BUILD_DEPENDS="perl" 1.20 -SOURCE="File-Listing" 1.21 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.22 -WEB_SITE="https://metacpan.org/pod/File::Listing" 1.23 -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 1.24 1.25 current_version() 1.26 { 1.27 @@ -22,16 +23,13 @@ 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - cd $src 1.32 perl Makefile.PL && 1.33 make && 1.34 - make DESTDIR=$DESTDIR install 1.35 + make install DESTDIR=$DESTDIR 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - mkdir -p $fs/usr 1.42 - cp -a $install/usr/lib $fs/usr 1.43 + cook_copy_folders lib 1.44 } 1.45 -