# HG changeset patch # User Hans-G?nter Theisgen # Date 1585585964 -3600 # Node ID 2bbc3ad402d6953979e802e12d7ce52bf5959392 # Parent 4f0bae1cc0affa2d66306a7e531cd039b0b0043a updated perl-file-copy-recursive (0.44 -> 0.45) diff -r 4f0bae1cc0af -r 2bbc3ad402d6 perl-file-copy-recursive/receipt --- a/perl-file-copy-recursive/receipt Mon Mar 30 17:19:42 2020 +0100 +++ b/perl-file-copy-recursive/receipt Mon Mar 30 17:32:44 2020 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="perl-file-copy-recursive" -VERSION="0.44" +VERSION="0.45" CATEGORY="development" -SHORT_DESC="File::Copy::Recursive module is a Perl extension." +SHORT_DESC="Perl extension File::Copy::Recursive." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/File-Copy-Recursive" + +SOURCE="File-Copy-Recursive" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="File-Copy-Recursive" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -25,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }