wok rev 23386

updated perl-parse-recdescent (1.965001 -> 1.967015)
author Hans-G?nter Theisgen
date Tue Mar 31 16:09:48 2020 +0100 (2020-03-31)
parents b369f811852b
children 4363819c5f7a
files perl-ole-Storage_Lite/receipt perl-parse-recdescent/receipt
line diff
     1.1 --- a/perl-ole-Storage_Lite/receipt	Tue Mar 31 16:01:16 2020 +0100
     1.2 +++ b/perl-ole-Storage_Lite/receipt	Tue Mar 31 16:09:48 2020 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  SOURCE="OLE-Storage_Lite"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WGET_URL="https://www.cpan.org/modules/by-module/Number/$TARBALL"
     1.8 +WGET_URL="https://www.cpan.org/modules/by-module/OLE/$TARBALL"
     1.9  
    1.10  DEPENDS="perl"
    1.11  BUILD_DEPENDS="perl"
     2.1 --- a/perl-parse-recdescent/receipt	Tue Mar 31 16:01:16 2020 +0100
     2.2 +++ b/perl-parse-recdescent/receipt	Tue Mar 31 16:09:48 2020 +0100
     2.3 @@ -1,22 +1,23 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-parse-recdescent"
     2.7 -VERSION="1.965001"
     2.8 +VERSION="1.967015"
     2.9  CATEGORY="development"
    2.10 -SHORT_DESC="Parse::RecDescent module is a Perl extension."
    2.11 +SHORT_DESC="Perl extension Parse::RecDescent."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="GPL"
    2.14 -DEPENDS="perl"
    2.15 -BUILD_DEPENDS="perl"
    2.16 +WEB_SITE="https://metacpan.org/release/Parse-RecDescent"
    2.17 +
    2.18  SOURCE="Parse-RecDescent"
    2.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.20 -WEB_SITE="http://cpan.org/"
    2.21 -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DC/DCONWAY/$TARBALL"
    2.22 +WGET_URL="https://www.cpan.org/modules/by-module/Parse/$TARBALL"
    2.23 +
    2.24 +DEPENDS="perl"
    2.25 +BUILD_DEPENDS="perl perl-extutils-makemaker"
    2.26  
    2.27  # Rules to configure and make the package.
    2.28  compile_rules()
    2.29  {
    2.30 -	cd $src
    2.31  	perl Makefile.PL &&
    2.32  	make &&
    2.33  	make DESTDIR=$DESTDIR install
    2.34 @@ -26,6 +27,5 @@
    2.35  genpkg_rules()
    2.36  {
    2.37  	mkdir -p $fs/usr
    2.38 -	cp -a $install/usr/lib $fs/usr
    2.39 +	cp -a $install/usr/lib	$fs/usr
    2.40  }
    2.41 -