# HG changeset patch # User Hans-G?nter Theisgen # Date 1585658388 -3600 # Node ID 81986d9b72b1334f1538608cd90fe89741162224 # Parent b61de43a5edf439b2fe2c4688c81946ac0d19c6c updated perl-module-runtime (0.014 -> 0.016) diff -r b61de43a5edf -r 81986d9b72b1 perl-module-runtime/receipt --- a/perl-module-runtime/receipt Tue Mar 31 13:34:40 2020 +0100 +++ b/perl-module-runtime/receipt Tue Mar 31 13:39:48 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-module-runtime" -VERSION="0.014" +VERSION="0.016" CATEGORY="development" -SHORT_DESC="Module::Runtime is a perl module" +SHORT_DESC="Perl extension Module::Runtime." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" WEB_SITE="https://metacpan.org/release/Module-Runtime" + SOURCE="Module-Runtime" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Module/$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 }