wok-next diff perl-appconfig/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-appconfig/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-appconfig/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -1,29 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="AppConfig"
     1.7  PACKAGE="perl-appconfig"
     1.8  VERSION="1.71"
     1.9 +AUTHOR="NEILB"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="AppConfig - Perl5 module for reading configuration files and \
    1.12  parsing command line arguments"
    1.13  MAINTAINER="devel@slitaz.org"
    1.14 -LICENSE="Artistic"
    1.15 -WEB_SITE="https://metacpan.org/release/AppConfig"
    1.16 -REPOLOGY="perl:appconfig"
    1.17 +LICENSE="Perl"
    1.18 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.19 +HOST_ARCH="any"
    1.20 +REPOLOGY="${PACKAGE/-/:}"
    1.21  
    1.22 -TARBALL="AppConfig-$VERSION.tar.gz"
    1.23 -WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$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 -}