wok diff perl-maketext-gettext/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents ca4a422cce07
children b27d8c263cba
line diff
     1.1 --- a/perl-maketext-gettext/receipt	Fri Sep 17 14:12:38 2021 +0000
     1.2 +++ b/perl-maketext-gettext/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-maketext-gettext"
     1.7 -VERSION="1.26"
     1.8 +VERSION="1.32"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl gettext and Maketext frameworks"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://metacpan.org/pod/Locale::Maketext::Gettext"
    1.14 +RPOLOGYE="perl:locale-maketext-gettext"
    1.15 +SOURCE="Locale-Maketext-Gettext"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://www.cpan.org/modules/by-module/Locale/$TARBALL"
    1.18  DEPENDS="perl"
    1.19  BUILD_DEPENDS="perl"
    1.20 -SOURCE="Locale-Maketext-Gettext"
    1.21 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.22 -WEB_SITE="https://metacpan.org/dist/Locale-Maketext-Gettext"
    1.23 -WGET_URL="https://metacpan.org/CPAN/authors/id/I/IM/IMACAT/$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 +	perl Makefile.PL &&
    1.36 +	make &&
    1.37 +	make install DESTDIR=$DESTDIR
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/usr
    1.44 -	cp -a $install/usr/lib $fs/usr
    1.45 +	cook_copy_folders	lib
    1.46  }
    1.47 -