wok diff perl-digest-md5/receipt @ rev 23824

Up openssh (8.3p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 13:18:28 2020 +0000 (2020-05-28)
parents 20661c276bcf
children 15650f5d595b
line diff
     1.1 --- a/perl-digest-md5/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-digest-md5/receipt	Thu May 28 13:18:28 2020 +0000
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-digest-md5"
     1.7 -VERSION="2.51"
     1.8 +VERSION="2.55"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Digest::MD5::Perl - Perl implementation of Ron Rivests MD5 Algorithm"
    1.11 +SHORT_DESC="Perl extension Digest::MD5::Perl - Perl implementation of Ron Rivests MD5 Algorithm."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL"
    1.14  WEB_SITE="https://metacpan.org/release/Digest-MD5"
    1.15 +
    1.16  SOURCE="Digest-MD5"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    1.19 +WGET_URL="https://www.cpan.org/modules/by-module/Digest/$TARBALL"
    1.20  
    1.21  DEPENDS="perl"
    1.22  BUILD_DEPENDS="perl"
    1.23 @@ -17,7 +18,6 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	perl Makefile.PL &&
    1.29  	make &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31 @@ -27,5 +27,5 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $install/usr/lib $fs/usr
    1.36 +	cp -a $install/usr/lib	$fs/usr
    1.37  }