wok rev 11841

perl-http-date: Sync with wok-tank.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 27 01:11:13 2012 -0500 (2012-02-27)
parents 952227a58f9e
children 3bc98e49f52b
files perl-http-date/receipt
line diff
     1.1 --- a/perl-http-date/receipt	Mon Feb 27 01:06:36 2012 -0500
     1.2 +++ b/perl-http-date/receipt	Mon Feb 27 01:11:13 2012 -0500
     1.3 @@ -3,14 +3,15 @@
     1.4  PACKAGE="perl-http-date"
     1.5  VERSION="6.01"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="HTTP date conversion routines"
     1.8 -MAINTAINER="erjo@slitaz.org"
     1.9 -DEPENDS="perl-datetime-locale"
    1.10 -BUILD_DEPENDS="perl $DEPENDS"
    1.11 +SHORT_DESC="date conversion routines"
    1.12 +MAINTAINER="slaxemulator@gmail.com"
    1.13 +WEB_SITE="http://search.cpan.org/dist/HTTP-Date"
    1.14  SOURCE="HTTP-Date"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://search.cpan.org/~gaas/HTTP-Message-6.03/"
    1.17 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    1.18 +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    1.19 +
    1.20 +DEPENDS="perl"
    1.21 +BUILD_DEPENDS="perl"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -24,7 +25,5 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 -	cp -a $_pkg/usr/lib $fs/usr
    1.32 +	cp -a $install/* $fs
    1.33  }