wok-next diff perl-module-implementation/receipt @ rev 21111

gdbm: split to "libpkg - pkg - pkg-dev"; fix some symlinks
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 14:45:46 2019 +0200 (2019-01-11)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-module-implementation/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-module-implementation/receipt	Fri Jan 11 14:45:46 2019 +0200
     1.3 @@ -1,30 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Module-Implementation"
     1.7  PACKAGE="perl-module-implementation"
     1.8  VERSION="0.09"
     1.9 +AUTHOR="DROLSKY"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="Module::Implementation - Loads one of several alternate underlying \
    1.12  implementations for a module"
    1.13  MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL"
    1.15 -WEB_SITE="https://metacpan.org/release/Module-Implementation"
    1.16 -REPOLOGY="perl:module-implementation"
    1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.18 +HOST_ARCH="any"
    1.19 +REPOLOGY="${PACKAGE/-/:}"
    1.20  
    1.21 -TARBALL="Module-Implementation-$VERSION.tar.gz"
    1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$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-module-runtime perl-try-tiny perl-test-fatal \
    1.27 -perl-test-requires"
    1.28 +DEPENDS_std="perl-module-runtime perl-try-tiny"
    1.29 +BUILD_DEPENDS="$DEPENDS_std perl-test-fatal perl-test-requires"
    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-module-runtime perl-try-tiny"
    1.43 -}