wok-next diff perl-module-build-tiny/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/perl-module-build-tiny/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/perl-module-build-tiny/receipt Tue Sep 01 10:31:46 2020 +0000 1.3 @@ -1,19 +1,23 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 +ORIGIN="Module-Build-Tiny" 1.8 PACKAGE="perl-module-build-tiny" 1.9 VERSION="0.039" 1.10 +AUTHOR="LEONT" 1.11 CATEGORY="perl" 1.12 SHORT_DESC="Module::Build::Tiny - A tiny replacement for Module::Build" 1.13 MAINTAINER="al.bobylev@gmail.com" 1.14 LICENSE="GPL" 1.15 -WEB_SITE="https://metacpan.org/release/Module-Build-Tiny" 1.16 -REPOLOGY="perl:module-build-tiny" 1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.18 +HOST_ARCH="any" 1.19 +REPOLOGY="${PACKAGE/-/:}" 1.20 1.21 -TARBALL="Module-Build-Tiny-$VERSION.tar.gz" 1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL" 1.23 +TARBALL="$ORIGIN-$VERSION.tar.gz" 1.24 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 1.25 1.26 -BUILD_DEPENDS="perl-extutils-config perl-extutils-helpers \ 1.27 +DEPENDS_std="perl-extutils-config perl-extutils-helpers \ 1.28 perl-extutils-installpaths" 1.29 +BUILD_DEPENDS="$DEPENDS_std" 1.30 1.31 compile_rules() { 1.32 perl Build.PL && 1.33 @@ -22,9 +26,3 @@ 1.34 1.35 chmod -R u+w $install 1.36 } 1.37 - 1.38 -genpkg_rules() { 1.39 - copy @std 1.40 - DEPENDS="perl-extutils-config perl-extutils-helpers \ 1.41 - perl-extutils-installpaths" 1.42 -}