wok-next diff perl-text-iconv/receipt @ rev 21157
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 04 11:54:13 2019 +0100 (2019-02-04) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/perl-text-iconv/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/perl-text-iconv/receipt Mon Feb 04 11:54:13 2019 +0100 1.3 @@ -1,28 +1,22 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 +ORIGIN="Text-Iconv" 1.7 PACKAGE="perl-text-iconv" 1.8 VERSION="1.7" 1.9 +AUTHOR="MPIOTR" 1.10 CATEGORY="perl" 1.11 SHORT_DESC="Text::Iconv - Perl interface to iconv() codeset conversion function" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL" 1.14 -WEB_SITE="https://metacpan.org/release/Text-Iconv" 1.15 -REPOLOGY="perl:text-iconv" 1.16 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.17 +REPOLOGY="${PACKAGE/-/:}" 1.18 1.19 -TARBALL="Text-Iconv-$VERSION.tar.gz" 1.20 -WGET_URL="https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/$TARBALL" 1.21 +TARBALL="$ORIGIN-$VERSION.tar.gz" 1.22 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 1.23 1.24 -BUILD_DEPENDS="perl-dev" 1.25 +DEPENDS_std="perl" 1.26 +BUILD_DEPENDS="$DEPENDS_std perl-dev" 1.27 1.28 compile_rules() { 1.29 - perl Makefile.PL && 1.30 - make && 1.31 - make DESTDIR=$install install && 1.32 - 1.33 - chmod -R u+w $install 1.34 + cook_perl 1.35 } 1.36 - 1.37 -genpkg_rules() { 1.38 - copy @std 1.39 - DEPENDS="perl" 1.40 -}