# HG changeset patch # User Hans-G?nter Theisgen # Date 1585667388 -3600 # Node ID 777e726a4d5c1eb78c87739aad3714a7f1aa89bf # Parent b369f811852b5193e18824f50135d23a5ef183f9 updated perl-parse-recdescent (1.965001 -> 1.967015) diff -r b369f811852b -r 777e726a4d5c perl-ole-Storage_Lite/receipt --- a/perl-ole-Storage_Lite/receipt Tue Mar 31 16:01:16 2020 +0100 +++ b/perl-ole-Storage_Lite/receipt Tue Mar 31 16:09:48 2020 +0100 @@ -10,7 +10,7 @@ SOURCE="OLE-Storage_Lite" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://www.cpan.org/modules/by-module/Number/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/OLE/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r b369f811852b -r 777e726a4d5c perl-parse-recdescent/receipt --- a/perl-parse-recdescent/receipt Tue Mar 31 16:01:16 2020 +0100 +++ b/perl-parse-recdescent/receipt Tue Mar 31 16:09:48 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-parse-recdescent" -VERSION="1.965001" +VERSION="1.967015" CATEGORY="development" -SHORT_DESC="Parse::RecDescent module is a Perl extension." +SHORT_DESC="Perl extension Parse::RecDescent." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -DEPENDS="perl" -BUILD_DEPENDS="perl" +WEB_SITE="https://metacpan.org/release/Parse-RecDescent" + SOURCE="Parse-RecDescent" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DC/DCONWAY/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Parse/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="perl perl-extutils-makemaker" # 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 } -