wok-next diff perl-file-slurp/receipt @ rev 21253
updated duplicity (0.6.20 -> 0.8.07)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:07:53 2019 +0100 (2019-12-06) |
parents | 2032afd3d24e |
children |
line diff
1.1 --- a/perl-file-slurp/receipt Sat Nov 03 04:30:58 2018 +0200 1.2 +++ b/perl-file-slurp/receipt Fri Dec 06 09:07:53 2019 +0100 1.3 @@ -1,30 +1,24 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 +ORIGIN="File-Slurp" 1.7 PACKAGE="perl-file-slurp" 1.8 -VERSION="9999.21" 1.9 +VERSION="9999.25" 1.10 +AUTHOR="CAPOEIRAB" 1.11 CATEGORY="perl" 1.12 SHORT_DESC="File::Slurp - Simple and Efficient Reading/Writing/Modifying of \ 1.13 Complete Files" 1.14 MAINTAINER="devel@slitaz.org" 1.15 LICENSE="GPL" 1.16 -WEB_SITE="https://metacpan.org/release/File-Slurp" 1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.18 HOST_ARCH="any" 1.19 -REPOLOGY="perl:file-slurp" 1.20 +REPOLOGY="${PACKAGE/-/:}" 1.21 1.22 -TARBALL="File-Slurp-$VERSION.tar.gz" 1.23 -WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/$TARBALL" 1.24 +TARBALL="$ORIGIN-$VERSION.tar.gz" 1.25 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 1.26 1.27 -BUILD_DEPENDS="perl" 1.28 +DEPENDS_std="perl" 1.29 +BUILD_DEPENDS="$DEPENDS_std" 1.30 1.31 compile_rules() { 1.32 - perl Makefile.PL && 1.33 - make && 1.34 - make DESTDIR=$install install && 1.35 - 1.36 - chmod -R u+w $install 1.37 + cook_perl 1.38 } 1.39 - 1.40 -genpkg_rules() { 1.41 - copy @std 1.42 - DEPENDS="perl" 1.43 -}