wok rev 11839

perl-encode-locale: Sync with wok-tank.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 27 01:05:37 2012 -0500 (2012-02-27)
parents 2c9f9cf144d6
children 952227a58f9e
files perl-encode-locale/receipt
line diff
     1.1 --- a/perl-encode-locale/receipt	Mon Feb 27 01:04:07 2012 -0500
     1.2 +++ b/perl-encode-locale/receipt	Mon Feb 27 01:05:37 2012 -0500
     1.3 @@ -4,13 +4,14 @@
     1.4  VERSION="1.03"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Determine the locale encoding"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 -DEPENDS=""
     1.9 -BUILD_DEPENDS="perl $DEPENDS"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +WEB_SITE="http://search.cpan.org/dist/Encode-Locale"
    1.12  SOURCE="Encode-Locale"
    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"
    1.19 +BUILD_DEPENDS="perl"
    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  }