wok-current diff perl-common-sense/receipt @ rev 23921
Up slitaz-tools (1036), tazinst (105), tazusb (209)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 21 15:07:47 2020 +0000 (2020-08-21) |
parents | 46fc8daa3b41 |
children | 15650f5d595b |
line diff
1.1 --- a/perl-common-sense/receipt Thu Sep 10 10:00:06 2015 +0200 1.2 +++ b/perl-common-sense/receipt Fri Aug 21 15:07:47 2020 +0000 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 -