# HG changeset patch # User Hans-G?nter Theisgen # Date 1585634495 -3600 # Node ID b18abd516a1ffd97d137222a44098c963291b6ae # Parent 258a4b8a7063801d0a6ec243ebebf4e11bf069b5 updated perl-file-slurp (9999.13 -> 9999.30) diff -r 258a4b8a7063 -r b18abd516a1f perl-file-slurp/receipt --- a/perl-file-slurp/receipt Mon Mar 30 17:54:29 2020 +0100 +++ b/perl-file-slurp/receipt Tue Mar 31 07:01:35 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-file-slurp" -VERSION="9999.13" +VERSION="9999.30" CATEGORY="development" -SHORT_DESC="File::Slurp module is a Perl extension." +SHORT_DESC="Perl extension File::Slurp." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/File-Slurp" + +SOURCE="File-Slurp" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="File-Slurp" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/File-Slurp" -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$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 } -