wok rev 11843
perl-http-message: Sync with wok-tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 27 01:16:43 2012 -0500 (2012-02-27) |
parents | 3bc98e49f52b |
children | 1c48f84ec25e |
files | perl-http-message/receipt |
line diff
1.1 --- a/perl-http-message/receipt Mon Feb 27 01:16:02 2012 -0500 1.2 +++ b/perl-http-message/receipt Mon Feb 27 01:16:43 2012 -0500 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 }