wok diff perltidy/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 15650f5d595b
children b27d8c263cba
line diff
     1.1 --- a/perltidy/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perltidy/receipt	Fri Feb 18 14:45:09 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perltidy"
     1.7 -VERSION="20200110"
     1.8 +VERSION="20211029"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl Code Formatter."
    1.11  MAINTAINER="nneul@neulinger.org"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="https://metacpan.org/release/Perl-Tidy/"
    1.14 +WEB_SITE="https://metacpan.org/pod/Perl::Tidy"
    1.15  
    1.16  SOURCE="Perl-Tidy"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 @@ -26,15 +26,14 @@
    1.19  {
    1.20  	perl Makefile.PL &&
    1.21  	make && 
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make install DESTDIR=$DESTDIR
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir -p $fs/usr
    1.30 -	cp -a $install/usr/bin	$fs/usr
    1.31 -	cp -a $install/usr/lib	$fs/usr
    1.32 +	cook_copy_folders	bin
    1.33 +	cook_copy_folders	lib
    1.34  
    1.35  	# remove perllocal.pod and .packlist
    1.36  	find $fs -name perllocal.pod -delete