wok rev 23328

updated perl-file-copy-recursive (0.44 -> 0.45)
author Hans-G?nter Theisgen
date Mon Mar 30 17:32:44 2020 +0100 (2020-03-30)
parents 4f0bae1cc0af
children 110682657cef
files perl-file-copy-recursive/receipt
line diff
     1.1 --- a/perl-file-copy-recursive/receipt	Mon Mar 30 17:19:42 2020 +0100
     1.2 +++ b/perl-file-copy-recursive/receipt	Mon Mar 30 17:32:44 2020 +0100
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-file-copy-recursive"
     1.7 -VERSION="0.44"
     1.8 +VERSION="0.45"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="File::Copy::Recursive module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension File::Copy::Recursive."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/File-Copy-Recursive"
    1.15 +
    1.16 +SOURCE="File-Copy-Recursive"
    1.17 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL"
    1.19 +
    1.20  DEPENDS="perl"
    1.21  BUILD_DEPENDS="perl"
    1.22 -SOURCE="File-Copy-Recursive"
    1.23 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.24 -WEB_SITE="http://cpan.org/"
    1.25 -WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -25,5 +27,5 @@
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr
    1.33 -	cp -a $install/usr/lib $fs/usr
    1.34 +	cp -a $install/usr/lib	$fs/usr
    1.35  }