# HG changeset patch # User Hans-G?nter Theisgen # Date 1641103550 -3600 # Node ID 53660c632117013b5e2e24a19c60f9f318970921 # Parent 5c3f57bc9b11b4d63778edf0a6129a9f326003b8 updated perl-log-log4perl (1.49 -> 1.54) diff -r 5c3f57bc9b11 -r 53660c632117 perl-log-log4perl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-log-log4perl/description.txt Sun Jan 02 07:05:50 2022 +0100 @@ -0,0 +1,4 @@ +Log::Log4perl lets you remote-control and fine-tune the logging behaviour +of your system from the outside. +It implements the widely popular (Java-based) Log4j logging package in +pure Perl. diff -r 5c3f57bc9b11 -r 53660c632117 perl-log-log4perl/receipt --- a/perl-log-log4perl/receipt Sun Jan 02 07:02:12 2022 +0100 +++ b/perl-log-log4perl/receipt Sun Jan 02 07:05:50 2022 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="perl-log-log4perl" -VERSION="1.49" +VERSION="1.54" CATEGORY="development" SHORT_DESC="Log::Log4perl module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="Perl" +LICENSE="GPL" +WEB_SITE="https://metacpan.org/pod/Log::Log4perl" +REPOLOGY="perl:log-log4perl" +SOURCE="Log-Log4perl" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Log/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Log-Log4perl" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/pod/Log::Log4perl" -WGET_URL="https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/$TARBALL" current_version() { @@ -24,11 +25,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cook_copy_folders lib }