wok diff perl-http-date/receipt @ rev 12740

Up: gimp (2.8.0) Toons of improvements, split brushes (save 1,2 Mb), add support for aalib, mng and exif
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 07 23:33:32 2012 +0200 (2012-05-07)
parents 66613f6c1901
children 2d12ebd38be4
line diff
     1.1 --- a/perl-http-date/receipt	Mon Feb 27 00:37:30 2012 +0100
     1.2 +++ b/perl-http-date/receipt	Mon May 07 23:33:32 2012 +0200
     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  }