wok-stable diff perl-encode-locale/receipt @ rev 12402
Up ManaPlus
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Sun Aug 11 00:52:01 2013 +0200 (2013-08-11) |
parents | 5f2d9069cc94 |
children |
line diff
1.1 --- a/perl-encode-locale/receipt Mon Feb 27 00:37:05 2012 +0100 1.2 +++ b/perl-encode-locale/receipt Sun Aug 11 00:52:01 2013 +0200 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 }