# HG changeset patch # User Christopher Rogers # Date 1330323403 18000 # Node ID 8d9183df9632c4a26a98f328ec6cc44e5c036e22 # Parent 3bc98e49f52bf6b50df053ef2458883ec2f23fbd perl-http-message: Sync with wok-tank. diff -r 3bc98e49f52b -r 8d9183df9632 perl-http-message/receipt --- a/perl-http-message/receipt Mon Feb 27 01:16:02 2012 -0500 +++ b/perl-http-message/receipt Mon Feb 27 01:16:43 2012 -0500 @@ -4,13 +4,14 @@ VERSION="6.03" CATEGORY="development" SHORT_DESC="HTTP style messages" -MAINTAINER="erjo@slitaz.org" -DEPENDS="perl-http-date " -BUILD_DEPENDS="perl $DEPENDS" +MAINTAINER="slaxemulator@gmail.com" +WEB_SITE="http://search.cpan.org/dist/HTTP-Message" SOURCE="HTTP-Message" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://search.cpan.org/~gaas/HTTP-Message-6.03/" -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" + +DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri" +BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. compile_rules() @@ -24,7 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/* $fs }