wok-next diff perl-file-find-rule/receipt @ rev 21039

mariadb 10.3.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 03:18:57 2018 +0200 (2018-11-09)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-file-find-rule/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-file-find-rule/receipt	Fri Nov 09 03:18:57 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.34"
     1.5  CATEGORY="perl"
     1.6  SHORT_DESC="File::Find::Rule - Alternative interface to File::Find"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL"
    1.10  WEB_SITE="https://metacpan.org/release/File-Find-Rule"
    1.11  REPOLOGY="perl:file-find-rule"
    1.12 @@ -12,20 +12,17 @@
    1.13  TARBALL="File-Find-Rule-$VERSION.tar.gz"
    1.14  WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
    1.15  
    1.16 -DEPENDS="perl-number-compare perl-text-glob"
    1.17 -BUILD_DEPENDS="$DEPENDS"
    1.18 +BUILD_DEPENDS="perl-number-compare perl-text-glob"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	perl Makefile.PL &&
    1.25 -	make && make DESTDIR=$install install &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$install install &&
    1.28  
    1.29  	chmod -R u+w $install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	copy @std
    1.37 +	DEPENDS="perl-number-compare perl-text-glob"
    1.38  }