wok rev 23298

updated perl-common-sense (3.73 -> 3.74)
author Hans-G?nter Theisgen
date Sun Mar 29 16:38:19 2020 +0100 (2020-03-29)
parents 964e343cc102
children f7bbd080ff2a
files perl-common-sense/receipt
line diff
     1.1 --- a/perl-common-sense/receipt	Sun Mar 29 16:31:27 2020 +0100
     1.2 +++ b/perl-common-sense/receipt	Sun Mar 29 16:38:19 2020 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-common-sense"
     1.7 -VERSION="3.73"
     1.8 +VERSION="3.74"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="common::sense module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension common::sense."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/common-sense"
    1.15 +
    1.16  SOURCE="common-sense"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://cpan.org/"
    1.19  WGET_URL="http://cpan.org/authors/id/M/ML/MLEHMANN/$TARBALL"
    1.20  
    1.21  DEPENDS="perl"
    1.22 @@ -26,6 +27,5 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $install/usr/lib $fs/usr
    1.27 +	cp -a $install/usr/lib	$fs/usr
    1.28  }
    1.29 -