# HG changeset patch # User Hans-G?nter Theisgen # Date 1585583782 -3600 # Node ID 14e29cd36fd84e77e36dc413ea62d402dc646f34 # Parent ee465f6e1323842a16a164d766202bcd89ba591f updated perl-exporter-tiny (0.043_01 -> 1.002001) diff -r ee465f6e1323 -r 14e29cd36fd8 perl-exporter-tiny/receipt --- a/perl-exporter-tiny/receipt Mon Mar 30 16:50:03 2020 +0100 +++ b/perl-exporter-tiny/receipt Mon Mar 30 16:56:22 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-exporter-tiny" -VERSION="0.043_01" +VERSION="1.002001" CATEGORY="development" -SHORT_DESC="Exporter::Tiny is a perl module" +SHORT_DESC="Perl extension Exporter::Tiny." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" WEB_SITE="https://metacpan.org/release/Exporter-Tiny" + SOURCE="Exporter-Tiny" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://www.cpan.org/authors/id/T/TO/TOBYINK/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Exporter/$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 }