# HG changeset patch # User Christopher Rogers # Date 1330323073 18000 # Node ID df423c5eb012e33760a414a0c4cc0440759a60e3 # Parent 952227a58f9e8653a5464b4db93c6f490587ccd4 perl-http-date: Sync with wok-tank. diff -r 952227a58f9e -r df423c5eb012 perl-http-date/receipt --- a/perl-http-date/receipt Mon Feb 27 01:06:36 2012 -0500 +++ b/perl-http-date/receipt Mon Feb 27 01:11:13 2012 -0500 @@ -3,14 +3,15 @@ PACKAGE="perl-http-date" VERSION="6.01" CATEGORY="development" -SHORT_DESC="HTTP date conversion routines" -MAINTAINER="erjo@slitaz.org" -DEPENDS="perl-datetime-locale" -BUILD_DEPENDS="perl $DEPENDS" +SHORT_DESC="date conversion routines" +MAINTAINER="slaxemulator@gmail.com" +WEB_SITE="http://search.cpan.org/dist/HTTP-Date" SOURCE="HTTP-Date" 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" +BUILD_DEPENDS="perl" # 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 }