# HG changeset patch # User Hans-G?nter Theisgen # Date 1585642561 -3600 # Node ID e6a9b7ce33a73f4af30e9eb943c0dff5c34780ed # Parent 446a6ea2fc340307fd1f7b383625fb2abbe67bb6 updated perl-http-date (6.01 -> 6.05) diff -r 446a6ea2fc34 -r e6a9b7ce33a7 perl-http-date/receipt --- a/perl-http-date/receipt Tue Mar 31 09:12:15 2020 +0100 +++ b/perl-http-date/receipt Tue Mar 31 09:16:01 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-http-date" -VERSION="6.01" +VERSION="6.05" CATEGORY="development" -SHORT_DESC="date conversion routines" +SHORT_DESC="Perl date conversion routines." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" WEB_SITE="https://metacpan.org/release/HTTP-Date" + SOURCE="HTTP-Date" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/HTTP/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" @@ -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/* $fs + cp -a $install/* $fs }