# HG changeset patch # User Hans-G?nter Theisgen # Date 1585721344 -3600 # Node ID 0007da09ae6db1df6b1c709c72e7f690626bdd2f # Parent cb515e81c1bc94e4d7670d4db442ecef0331f389 updated perl-unicode-map8 (0.12 -> 0.13) diff -r cb515e81c1bc -r 0007da09ae6d perl-unicode-map8/receipt --- a/perl-unicode-map8/receipt Wed Apr 01 07:04:07 2020 +0100 +++ b/perl-unicode-map8/receipt Wed Apr 01 07:09:04 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-unicode-map8" -VERSION="0.12" +VERSION="0.13" CATEGORY="development" -SHORT_DESC="Unicode::Map8 module is a Perl extension." +SHORT_DESC="Perl extension Unicode::Map8." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Unicode-Map8" + +SOURCE="Unicode-Map8" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Unicode/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Unicode-Map8" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -