wok diff perl-fcgi/receipt @ rev 24365

created recipe for rubberband-2.0.2
author Hans-G?nter Theisgen
date Fri Feb 04 17:35:01 2022 +0100 (2022-02-04)
parents 15650f5d595b
children c965782a38e0
line diff
     1.1 --- a/perl-fcgi/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-fcgi/receipt	Fri Feb 04 17:35:01 2022 +0100
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-fcgi"
     1.7 -VERSION="0.79"
     1.8 +VERSION="0.82"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Perl Module FCGI."
    1.11 +SHORT_DESC="A Fast CGI module for Perl."
    1.12  MAINTAINER="nneul@neulinger.org"
    1.13 -LICENSE="other"
    1.14 -# Open Market vendor specific, looks BSD'ish
    1.15 -WEB_SITE="https://metacpan.org/release/FCGI/"
    1.16 +LICENSE="GPL"
    1.17 +WEB_SITE="https://metacpan.org/pod/FCGI"
    1.18 +REPOLOGY="perl:fcgi"
    1.19  
    1.20  SOURCE="FCGI"
    1.21  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.22 @@ -27,15 +27,13 @@
    1.23  {
    1.24  	perl Makefile.PL &&
    1.25  	make && 
    1.26 -	make DESTDIR=$DESTDIR install
    1.27 +	make install DESTDIR=$DESTDIR
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr
    1.34 -	cp -a $install/usr/lib	$fs/usr
    1.35 -
    1.36 +	cook_copy_folders	lib
    1.37  	# remove perllocal.pod and .packlist
    1.38  	find $fs -name perllocal.pod -delete
    1.39  	find $fs -name .packlist -delete