wok diff perl-http-message/receipt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
parents 15650f5d595b
children b27d8c263cba
line diff
     1.1 --- a/perl-http-message/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-http-message/receipt	Thu Apr 07 15:38:15 2022 +0000
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-http-message"
     1.7 -VERSION="6.22"
     1.8 +VERSION="6.35"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl HTTP style messages"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="https://metacpan.org/release/HTTP-Message"
    1.14 +WEB_SITE="https://metacpan.org/pod/HTTP::Message"
    1.15 +REPOLOGY="perl:http-message"
    1.16  
    1.17  SOURCE="HTTP-Message"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19  WGET_URL="https://www.cpan.org/modules/by-module/HTTP/$TARBALL"
    1.20  
    1.21 -DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri"
    1.22 +DEPENDS="perl perl-encode-locale perl-html-parser perl-http-date
    1.23 +	perl-lwp-mediatypes perl-uri"
    1.24  BUILD_DEPENDS="$DEPENDS"
    1.25  
    1.26  current_version()
    1.27 @@ -26,11 +28,11 @@
    1.28  {
    1.29  	perl Makefile.PL &&
    1.30  	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make install DESTDIR=$DESTDIR
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	cp -a $install/*	$fs
    1.39 +	cook_copy_folders	lib
    1.40  }