wok-next diff perl-unicode-maputf8/receipt @ rev 20833
prosody: what I see missing when I start the old prosody 0.9.4
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 17 19:03:23 2018 +0000 (2018-06-17) |
parents | 2d12ebd38be4 |
children | 4e6503d7a19f |
line diff
1.1 --- a/perl-unicode-maputf8/receipt Fri Jun 07 18:46:07 2013 +0200 1.2 +++ b/perl-unicode-maputf8/receipt Sun Jun 17 19:03:23 2018 +0000 1.3 @@ -2,30 +2,30 @@ 1.4 1.5 PACKAGE="perl-unicode-maputf8" 1.6 VERSION="1.11" 1.7 -CATEGORY="development" 1.8 -SHORT_DESC="Unicode::MapUTF8 module is a Perl extension." 1.9 +CATEGORY="perl" 1.10 +SHORT_DESC="Unicode::MapUTF8 - Conversions to and from arbitrary character \ 1.11 +sets and UTF8" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL" 1.14 -DEPENDS="perl perl-unicode-string" 1.15 -BUILD_DEPENDS="perl" 1.16 -SOURCE="Unicode-MapUTF8" 1.17 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://cpan.org/" 1.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SN/SNOWHARE/$TARBALL" 1.20 +WEB_SITE="https://metacpan.org/release/Unicode-MapUTF8" 1.21 + 1.22 +TARBALL="Unicode-MapUTF8-$VERSION.tar.gz" 1.23 +WGET_URL="https://cpan.metacpan.org/authors/id/S/SN/SNOWHARE/$TARBALL" 1.24 + 1.25 +DEPENDS="perl-jcode perl-unicode-map perl-unicode-map8 perl-unicode-string" 1.26 +BUILD_DEPENDS="$DEPENDS" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - cd $src 1.32 perl Makefile.PL && 1.33 - make && 1.34 - make DESTDIR=$DESTDIR install 1.35 + make && make DESTDIR=$install install && 1.36 + 1.37 + chmod -R u+w $install 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 + copy @std 1.46 } 1.47 -