# HG changeset patch # User Hans-G?nter Theisgen # Date 1585489523 -3600 # Node ID eb7ec05d9822ef526c2ac570bf758d18a86d5b8e # Parent 1522926ec4fb562b8dc4b62fe274d748c9d7b416 updated perl-algorithm-permute (0.12 -> 0.16) diff -r 1522926ec4fb -r eb7ec05d9822 perl-algorithm-permute/receipt --- a/perl-algorithm-permute/receipt Sun Mar 29 10:50:45 2020 +0100 +++ b/perl-algorithm-permute/receipt Sun Mar 29 14:45:23 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-algorithm-permute" -VERSION="0.12" +VERSION="0.16" CATEGORY="development" -SHORT_DESC="Algorithm::Permute module is a Perl extension." +SHORT_DESC="Perl extension Algorithm::Permute." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/" +WEB_SITE="https://metacpan.org/release/Algorithm-Permute" + +SOURCE="Algorithm-Permute" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Algorithm/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Algorithm-Permute" -TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://metacpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make install DESTDIR=$DESTDIR @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -