wok-next diff perl-config-inifiles/receipt @ rev 21068

Rebuild Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 11 23:38:35 2018 +0200 (2018-12-11)
parents 2032afd3d24e
children
line diff
     1.1 --- a/perl-config-inifiles/receipt	Sat Nov 03 04:30:58 2018 +0200
     1.2 +++ b/perl-config-inifiles/receipt	Tue Dec 11 23:38:35 2018 +0200
     1.3 @@ -1,30 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Config-IniFiles"
     1.7  PACKAGE="perl-config-inifiles"
     1.8  VERSION="3.000000"
     1.9 +AUTHOR="SHLOMIF"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="Config::IniFiles - A module for reading .ini-style configuration \
    1.12  files"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14 -LICENSE="GPL"
    1.15 -WEB_SITE="https://metacpan.org/release/Config-IniFiles"
    1.16 +LICENSE="Perl"
    1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.18  HOST_ARCH="any"
    1.19 -REPOLOGY="perl:config-inifiles"
    1.20 +REPOLOGY="${PACKAGE/-/:}"
    1.21  
    1.22 -TARBALL="Config-IniFiles-$VERSION.tar.gz"
    1.23 -WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$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-io-stringy perl-module-build"
    1.28 +DEPENDS_std="perl-io-stringy"
    1.29 +BUILD_DEPENDS="$DEPENDS_std perl-module-build"
    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-io-stringy"
    1.43 -}