# HG changeset patch # User Hans-G?nter Theisgen # Date 1585649393 -3600 # Node ID 41a1792504e65260894aa0bbdf28ea5ad70bf0ae # Parent d5f132bdab21fb6cb8c8cffaa7e221339d5a87ed updated perl-log-agent (0.2.8 -> 1.003) diff -r d5f132bdab21 -r 41a1792504e6 perl-log-agent/receipt --- a/perl-log-agent/receipt Tue Mar 31 11:03:08 2020 +0100 +++ b/perl-log-agent/receipt Tue Mar 31 11:09:53 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-log-agent" -VERSION="0.2.8" +VERSION="1.003" CATEGORY="development" -SHORT_DESC="Log::Agent module is a Perl extension." +SHORT_DESC="Perl extension Log::Agent." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Log-Agent" + +SOURCE="Log-Agent" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Log/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Log-Agent" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://cpan.org/authors/id/R/RA/RAM/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -