wok-next diff perl-http-message/receipt @ rev 20037

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
parents 2d12ebd38be4
children 0e7893ac206d
line diff
     1.1 --- a/perl-http-message/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/perl-http-message/receipt	Sun Oct 22 18:48:45 2017 +0200
     1.3 @@ -1,30 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-http-message"
     1.7 -VERSION="6.03"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="HTTP style messages"
    1.10 +VERSION="6.11"
    1.11 +CATEGORY="perl"
    1.12 +SHORT_DESC="HTTP::Message - HTTP style message"
    1.13  MAINTAINER="slaxemulator@gmail.com"
    1.14  LICENSE="GPL"
    1.15 -WEB_SITE="http://search.cpan.org/dist/HTTP-Message"
    1.16 -SOURCE="HTTP-Message"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    1.19 +WEB_SITE="https://metacpan.org/release/HTTP-Message"
    1.20  
    1.21 -DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri"
    1.22 +TARBALL="HTTP-Message-$VERSION.tar.gz"
    1.23 +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    1.24 +
    1.25 +DEPENDS="perl-encode-locale perl-http-date perl-io-html perl-lwp-mediatypes \
    1.26 +perl-uri"
    1.27  BUILD_DEPENDS="$DEPENDS"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	cd $src
    1.33  	perl Makefile.PL &&
    1.34 -	make &&
    1.35 -	make DESTDIR=$DESTDIR install
    1.36 +	make && make DESTDIR=$install install &&
    1.37 +
    1.38 +	chmod -R u+w $install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42  genpkg_rules()
    1.43  {
    1.44 -	cp -a $install/* $fs
    1.45 +	copy @std
    1.46  }