# HG changeset patch # User Hans-G?nter Theisgen # Date 1585721897 -3600 # Node ID aa78751a04b3b54fcc0039db49dbadfd7f6e05cc # Parent d4a4c50235c4019e6b2ef04a781851cbf7b05b48 updated perl-uri (1.58 -> 1.76) diff -r d4a4c50235c4 -r aa78751a04b3 perl-uri/receipt --- a/perl-uri/receipt Wed Apr 01 07:13:05 2020 +0100 +++ b/perl-uri/receipt Wed Apr 01 07:18:17 2020 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="perl-uri" -VERSION="1.58" +VERSION="1.76" CATEGORY="development" -SHORT_DESC="URI::Escape, URI::File, URI::ldap and URI::URL modules are Perl extensions." +SHORT_DESC="Perl extensions URI::Escape, URI::File, URI::ldap and URI::URL." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/URI" + +SOURCE="URI" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/URI/$TARBALL" + +PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url" DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="URI" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" -PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make install DESTDIR=$DESTDIR @@ -27,6 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -