# HG changeset patch # User Hans-G?nter Theisgen # Date 1585586969 -3600 # Node ID be7883c73a474dffdf2f3f85f6b2080113c253c9 # Parent 110682657cef3aee42cbadd83575a520c241d76f updated perl-file-find-rule (0.32 -> 0.34) diff -r 110682657cef -r be7883c73a47 perl-file-find-rule/receipt --- a/perl-file-find-rule/receipt Mon Mar 30 17:44:58 2020 +0100 +++ b/perl-file-find-rule/receipt Mon Mar 30 17:49:29 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-file-find-rule" -VERSION="0.32" +VERSION="0.34" CATEGORY="development" -SHORT_DESC="Perl/CPAN Module File::Find::Rule." +SHORT_DESC="Perl Module File::Find::Rule." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -DEPENDS="perl-text-glob perl-number-compare perl" -BUILD_DEPENDS="$DEPENDS" +WEB_SITE="https://metacpan.org/release/File-Find-Rule/" + SOURCE="File-Find-Rule" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/File-Find-Rule/" -WGET_URL="https://metacpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL" + +DEPENDS="perl perl-number-compare perl-text-glob" +BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make install DESTDIR=$DESTDIR @@ -26,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } -