# HG changeset patch # User Hans-G?nter Theisgen # Date 1585579805 -3600 # Node ID b9ff04f09f03ef500c685b45e9d31c1980445ebc # Parent 53eaea57fd6c7785f1f20942cfefbd030cec2c7b updated perl-digest-hmac (1.01 -> 1.03) diff -r 53eaea57fd6c -r b9ff04f09f03 perl-digest-hmac/receipt --- a/perl-digest-hmac/receipt Mon Mar 30 15:44:27 2020 +0100 +++ b/perl-digest-hmac/receipt Mon Mar 30 15:50:05 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-digest-hmac" -VERSION="1.01" +VERSION="1.03" CATEGORY="development" -SHORT_DESC="Digest::HMAC module is a Perl extension." +SHORT_DESC="Perl extension Digest::HMAC." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Digest-HMAC" + +SOURCE="Digest-HMAC" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Digest/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Digest-HMAC" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$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 } -