wok-next diff perl-http-parser/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-http-parser/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-http-parser/receipt	Sat Dec 07 15:51:18 2019 +0100
     1.3 @@ -1,29 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7 +ORIGIN="HTTP-Parser"
     1.8  PACKAGE="perl-http-parser"
     1.9  VERSION="0.06"
    1.10 +AUTHOR="EDECA"
    1.11  CATEGORY="perl"
    1.12  SHORT_DESC="HTTP::Parser - parse HTTP/1.1 request into HTTP::Request/Response \
    1.13  object"
    1.14  MAINTAINER="devel@slitaz.org"
    1.15  LICENSE="GPL"
    1.16 -WEB_SITE="https://metacpan.org/release/HTTP-Parser"
    1.17 -REPOLOGY="perl:http-parser"
    1.18 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.19 +HOST_ARCH="any"
    1.20 +REPOLOGY="${PACKAGE/-/:}"
    1.21  
    1.22 -TARBALL="HTTP-Parser-$VERSION.tar.gz"
    1.23 -WGET_URL="https://cpan.metacpan.org/authors/id/E/ED/EDECA/$TARBALL"
    1.24 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.25 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
    1.26  
    1.27 -BUILD_DEPENDS="perl-http-message perl-uri"
    1.28 +DEPENDS_std="perl-http-message perl-uri"
    1.29 +BUILD_DEPENDS="$DEPENDS_std"
    1.30  
    1.31  compile_rules() {
    1.32 -	perl Makefile.PL &&
    1.33 -	make &&
    1.34 -	make DESTDIR=$install install &&
    1.35 -
    1.36 -	chmod -R u+w $install
    1.37 +	cook_perl
    1.38  }
    1.39 -
    1.40 -genpkg_rules() {
    1.41 -	copy @std
    1.42 -	DEPENDS="perl-http-message perl-uri"
    1.43 -}