wok diff perl-http-parser/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 20661c276bcf
children 15650f5d595b
line diff
     1.1 --- a/perl-http-parser/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-http-parser/receipt	Thu Apr 18 17:46:06 2019 +0300
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="parse HTTP/1.1 request into HTTP::Request/Response object"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  LICENSE="GPL"
     1.7 -WEB_SITE="https://metacpan.org/~edeca/HTTP-Parser-0.06/"
     1.8 +WEB_SITE="https://metacpan.org/release/HTTP-Parser"
     1.9  SOURCE="HTTP-Parser"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11 -WGET_URL="https://metacpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL"
    1.12 +WGET_URL="https://cpan.metacpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL"
    1.13  
    1.14  DEPENDS="perl-http-message perl-uri"
    1.15  BUILD_DEPENDS="perl $DEPENDS"
    1.16 @@ -17,7 +17,6 @@
    1.17  # Rules to configure and make the package.                  
    1.18  compile_rules()                                             
    1.19  {                                                           
    1.20 -        cd $src                                             
    1.21          perl Makefile.PL &&                                 
    1.22          make &&                                             
    1.23          make DESTDIR=$DESTDIR install     
    1.24 @@ -29,5 +28,3 @@
    1.25          mkdir -p $fs/usr                            
    1.26          cp -a $install/usr/lib $fs/usr                 
    1.27  } 
    1.28 -
    1.29 -