wok diff perl-io-scalar/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents ca4a422cce07
children b27d8c263cba
line diff
     1.1 --- a/perl-io-scalar/receipt	Fri Sep 17 14:12:38 2021 +0000
     1.2 +++ b/perl-io-scalar/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-io-scalar"
     1.7 -VERSION="2.110"
     1.8 +VERSION="2.113"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="IO::Scalar module is a Perl extension."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="https://metacpan.org/pod/IO::Stringy"
    1.14 +REPOLOGY="perl:io-stringy"
    1.15 +SOURCE="IO-Stringy"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://www.cpan.org/modules/by-module/IO/$TARBALL"
    1.18  DEPENDS="perl"
    1.19  BUILD_DEPENDS="perl"
    1.20 -SOURCE="IO-stringy"
    1.21 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.22 -WEB_SITE="https://metacpan.org/dist/IO-Stringy"
    1.23 -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DS/DSKOLL/$TARBALL"
    1.24  
    1.25  current_version()
    1.26  {
    1.27 @@ -22,16 +23,13 @@
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32  	perl Makefile.PL &&
    1.33  	make &&
    1.34 -	make DESTDIR=$DESTDIR install
    1.35 +	make install DESTDIR=$DESTDIR
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/lib $fs/usr
    1.43 +	cook_copy_folders	lib
    1.44  }
    1.45 -