# HG changeset patch # User Hans-G?nter Theisgen # Date 1585719782 -3600 # Node ID cda6d9337705ad7ed4d24719e4c95a6637e9c066 # Parent 70911f2fdba9ee0a1000dc6556bf64344aeda00f updated perl-time-hires (1.9715 -> 1.9760) diff -r 70911f2fdba9 -r cda6d9337705 perl-time-hires/receipt --- a/perl-time-hires/receipt Wed Apr 01 06:37:49 2020 +0100 +++ b/perl-time-hires/receipt Wed Apr 01 06:43:02 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-time-hires" -VERSION="1.9715" +VERSION="1.9760" CATEGORY="development" -SHORT_DESC="Time::HiRes module is a Perl extension." +SHORT_DESC="Perl extension Time::HiRes." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Time-HiRes" + +SOURCE="Time-HiRes" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Time/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Time-HiRes" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/J/JH/JHI/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -