wok-next diff perl-fcgi-procmanager/receipt @ rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-fcgi-procmanager/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-fcgi-procmanager/receipt	Fri Nov 30 01:34:53 2018 +0200
     1.3 @@ -1,10 +1,10 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-fcgi-procmanager"
     1.8  VERSION="0.28"
     1.9  CATEGORY="perl"
    1.10  SHORT_DESC="FCGI::ProcManager - functions for managing FastCGI applications"
    1.11 -MAINTAINER="nneul@neulinger.org"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL"
    1.14  WEB_SITE="https://metacpan.org/release/FCGI-ProcManager"
    1.15  REPOLOGY="perl:fcgi-procmanager"
    1.16 @@ -12,20 +12,17 @@
    1.17  TARBALL="FCGI-ProcManager-$VERSION.tar.gz"
    1.18  WGET_URL="https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/$TARBALL"
    1.19  
    1.20 -DEPENDS="perl"
    1.21  BUILD_DEPENDS="perl"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	perl Makefile.PL &&
    1.28 -	make && make DESTDIR=$install install &&
    1.29 +	make &&
    1.30 +	make DESTDIR=$install install &&
    1.31  
    1.32  	chmod -R u+w $install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	copy @std
    1.40 +	DEPENDS="perl"
    1.41  }