wok diff perl-unicode-maputf8/receipt @ rev 25627
updated htmldoc (1.9.8 -> 1.9.11)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 13 15:54:00 2023 +0100 (12 months ago) |
parents | ca4a422cce07 |
children | b27d8c263cba |
line diff
1.1 --- a/perl-unicode-maputf8/receipt Fri Sep 17 14:12:38 2021 +0000 1.2 +++ b/perl-unicode-maputf8/receipt Mon Nov 13 15:54:00 2023 +0100 1.3 @@ -1,17 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-unicode-maputf8" 1.7 -VERSION="1.11" 1.8 +VERSION="1.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Unicode::MapUTF8 module is a Perl extension." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 +WEB_SITE="https://metacpan.org/pod/Unicode::MapUTF8" 1.14 +REPOLOGY="perl:unicode-maputf8" 1.15 + 1.16 +SOURCE="Unicode-MapUTF8" 1.17 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 +WGET_URL="https://www.cpan.org/modules/by-module/Unicode/$TARBALL" 1.19 + 1.20 DEPENDS="perl perl-unicode-string" 1.21 BUILD_DEPENDS="perl" 1.22 -SOURCE="Unicode-MapUTF8" 1.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.24 -WEB_SITE="https://metacpan.org/dist/Unicode-MapUTF8" 1.25 -WGET_URL="https://metacpan.org/CPAN/authors/id/S/SN/SNOWHARE/$TARBALL" 1.26 1.27 current_version() 1.28 { 1.29 @@ -22,16 +25,13 @@ 1.30 # Rules to configure and make the package. 1.31 compile_rules() 1.32 { 1.33 - cd $src 1.34 perl Makefile.PL && 1.35 make && 1.36 - make DESTDIR=$DESTDIR install 1.37 + make install DESTDIR=$DESTDIR 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg. 1.41 genpkg_rules() 1.42 { 1.43 - mkdir -p $fs/usr 1.44 - cp -a $install/usr/lib $fs/usr 1.45 + cook_copy_folders lib 1.46 } 1.47 -