# HG changeset patch # User Christopher Rogers # Date 1330322737 18000 # Node ID 67b9bb1ef5204e6fcaa0f8377b04895b62eb37e2 # Parent 2c9f9cf144d68cd72d1d5d409a2b8592ef36bb21 perl-encode-locale: Sync with wok-tank. diff -r 2c9f9cf144d6 -r 67b9bb1ef520 perl-encode-locale/receipt --- a/perl-encode-locale/receipt Mon Feb 27 01:04:07 2012 -0500 +++ b/perl-encode-locale/receipt Mon Feb 27 01:05:37 2012 -0500 @@ -4,13 +4,14 @@ VERSION="1.03" CATEGORY="development" SHORT_DESC="Determine the locale encoding" -MAINTAINER="erjo@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="perl $DEPENDS" +MAINTAINER="slaxemulator@gmail.com" +WEB_SITE="http://search.cpan.org/dist/Encode-Locale" SOURCE="Encode-Locale" 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 }