# HG changeset patch # User Hans-G?nter Theisgen # Date 1585672203 -3600 # Node ID 16c39076b0804d771d9119af4a5b93340eb1e2cc # Parent 4c990c14a0c8b0fee55876b386f9d754cc77721a updated perl-test-mockobject (1.20180705 -> 1.20200122) diff -r 4c990c14a0c8 -r 16c39076b080 perl-test-mockobject/receipt --- a/perl-test-mockobject/receipt Tue Mar 31 17:19:23 2020 +0100 +++ b/perl-test-mockobject/receipt Tue Mar 31 17:30:03 2020 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="perl-test-mockobject" -VERSION="1.20180705" +VERSION="1.20200122" CATEGORY="development" -SHORT_DESC="Test::MockObject module is a Perl extension." +SHORT_DESC="Perl extension Test::MockObject." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -DEPENDS="perl-test-exception" -BUILD_DEPENDS="$DEPENDS" +WEB_SITE="https://metacpan.org/release/Test-MockObject" + SOURCE="Test-MockObject" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" + +DEPENDS="perl perl-test-exception" +BUILD_DEPENDS="$DEPENDS" # 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 }