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

Up: tls to 1.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jul 04 21:29:42 2012 +0000 (2012-07-04)
parents d7d27acf2361
children 2d12ebd38be4
line diff
     1.1 --- a/perl-http-message/receipt	Mon Feb 27 00:37:55 2012 +0100
     1.2 +++ b/perl-http-message/receipt	Wed Jul 04 21:29:42 2012 +0000
     1.3 @@ -4,13 +4,14 @@
     1.4  VERSION="6.03"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="HTTP style messages"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 -DEPENDS="perl-http-date "
     1.9 -BUILD_DEPENDS="perl $DEPENDS"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +WEB_SITE="http://search.cpan.org/dist/HTTP-Message"
    1.12  SOURCE="HTTP-Message"
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://search.cpan.org/~gaas/HTTP-Message-6.03/"
    1.15 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    1.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    1.17 +
    1.18 +DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri"
    1.19 +BUILD_DEPENDS="$DEPENDS"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -24,7 +25,5 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr
    1.28 -	cp -a $_pkg/usr/bin $fs/usr
    1.29 -	cp -a $_pkg/usr/lib $fs/usr
    1.30 +	cp -a $install/* $fs
    1.31  }