# HG changeset patch # User Hans-G?nter Theisgen # Date 1585721585 -3600 # Node ID d4a4c50235c4019e6b2ef04a781851cbf7b05b48 # Parent 0007da09ae6db1df6b1c709c72e7f690626bdd2f updated perl-unicode-string (2.09 -> 2.10) diff -r 0007da09ae6d -r d4a4c50235c4 perl-unicode-string/receipt --- a/perl-unicode-string/receipt Wed Apr 01 07:09:04 2020 +0100 +++ b/perl-unicode-string/receipt Wed Apr 01 07:13:05 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-unicode-string" -VERSION="2.09" +VERSION="2.10" CATEGORY="development" -SHORT_DESC="Unicode::String module is a Perl extension." +SHORT_DESC="Perl extension Unicode::String." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Unicode-String" + +SOURCE="Unicode-String" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Unicode/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Unicode-String" -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 } -