wok-next diff perl-perl-tidy/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-perl-tidy/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-perl-tidy/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -1,29 +1,23 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Perl-Tidy"
     1.7  PACKAGE="perl-perl-tidy"
     1.8 -VERSION="20180220"
     1.9 +VERSION="20181120"
    1.10 +AUTHOR="SHANCOCK"
    1.11  CATEGORY="perl"
    1.12  SHORT_DESC="Perl::Tidy - Parses and beautifies perl source"
    1.13  MAINTAINER="al.bobylev@gmail.com"
    1.14  LICENSE="GPL"
    1.15 -WEB_SITE="https://metacpan.org/release/Perl-Tidy"
    1.16 -REPOLOGY="perl:perl-tidy"
    1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.18 +HOST_ARCH="any"
    1.19 +REPOLOGY="${PACKAGE/-/:}"
    1.20  
    1.21 -TARBALL="Perl-Tidy-$VERSION.tar.gz"
    1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/$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"
    1.27 +DEPENDS_std="perl"
    1.28 +BUILD_DEPENDS="$DEPENDS_std"
    1.29  
    1.30  compile_rules() {
    1.31 -	perl Makefile.PL &&
    1.32 -	make &&
    1.33 -	make DESTDIR=$install install &&
    1.34 -
    1.35 -	chmod -R u+w $install
    1.36 +	cook_perl
    1.37  }
    1.38 -
    1.39 -genpkg_rules() {
    1.40 -	copy @std
    1.41 -	DEPENDS="perl"
    1.42 -	PROVIDE="perltidy" # substitute old name
    1.43 -}