# HG changeset patch # User Hans-G?nter Theisgen # Date 1585497399 -3600 # Node ID ce99e3856f9c6617ad2517272efd0c75f90726f8 # Parent c32d703a9834fc3d8873efc3898496e8f5ee17e8 updated perl-config-general (2.51 -> 2.63) diff -r c32d703a9834 -r ce99e3856f9c perl-config-general/receipt --- a/perl-config-general/receipt Sun Mar 29 16:50:35 2020 +0100 +++ b/perl-config-general/receipt Sun Mar 29 16:56:39 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-config-general" -VERSION="2.51" +VERSION="2.63" CATEGORY="development" -SHORT_DESC="Config::General module is a Perl extension." +SHORT_DESC="Perl extension Config::General." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Config-General" + +SOURCE="Config-General" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Config/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Config-General" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/T/TL/TLINDEN/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make install DESTDIR=$DESTDIR @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -