# HG changeset patch # User Hans-G?nter Theisgen # Date 1585721047 -3600 # Node ID cb515e81c1bc94e4d7670d4db442ecef0331f389 # Parent 2593e349e20d803acd4d6919f757325fe3eaebe0 updated perl-try-tiny (0.22 -> 0.30) diff -r 2593e349e20d -r cb515e81c1bc perl-try-tiny/receipt --- a/perl-try-tiny/receipt Wed Apr 01 06:56:31 2020 +0100 +++ b/perl-try-tiny/receipt Wed Apr 01 07:04:07 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-try-tiny" -VERSION="0.22" +VERSION="0.30" CATEGORY="development" -SHORT_DESC="Try::Tiny is a perl module" +SHORT_DESC="Perl extension Try::Tiny." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" WEB_SITE="https://metacpan.org/release/Try-Tiny" + SOURCE="Try-Tiny" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://www.cpan.org/authors/id/D/DO/DOY/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="$DEPENDS" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,5 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }