wok-next diff perl-pod-coverage/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-pod-coverage/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-pod-coverage/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-pod-coverage"
     1.8  VERSION="0.23"
     1.9 @@ -13,20 +13,17 @@
    1.10  TARBALL="Pod-Coverage-$VERSION.tar.gz"
    1.11  WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
    1.12  
    1.13 -DEPENDS="perl-devel-symdump"
    1.14 -BUILD_DEPENDS="$DEPENDS"
    1.15 +BUILD_DEPENDS="perl-devel-symdump"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 +compile_rules() {
    1.21  	perl Makefile.PL &&
    1.22 -	make && make DESTDIR=$install install &&
    1.23 +	make &&
    1.24 +	make DESTDIR=$install install &&
    1.25  
    1.26  	chmod -R u+w $install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	copy @std
    1.34 +	DEPENDS="perl-devel-symdump"
    1.35  }