# HG changeset patch # User Hans-G?nter Theisgen # Date 1585647901 -3600 # Node ID 8f99f0f62c8d3ba0d95bd7f97a5553ee1ac27399 # Parent d4f3d436b64c1e0a2ff7e16bebe08355bded0234 updated perl-list-moreutils (0.413 -> 0.428) diff -r d4f3d436b64c -r 8f99f0f62c8d perl-list-moreutils/receipt --- a/perl-list-moreutils/receipt Tue Mar 31 10:38:47 2020 +0100 +++ b/perl-list-moreutils/receipt Tue Mar 31 10:45:01 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-list-moreutils" -VERSION="0.413" +VERSION="0.428" CATEGORY="development" -SHORT_DESC="List::MoreUtils is a perl module" +SHORT_DESC="Perl extension List::MoreUtils." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" WEB_SITE="https://metacpan.org/release/List-MoreUtils" + SOURCE="List-MoreUtils" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://www.cpan.org/authors/id/R/RE/REHSACK/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/List/$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 }