# HG changeset patch # User Hans-G?nter Theisgen # Date 1585583403 -3600 # Node ID ee465f6e1323842a16a164d766202bcd89ba591f # Parent b5e38f28d371340f5c538077aa23d621ce87c0b9 updated perl-expect (1.21 -> 1.35) diff -r b5e38f28d371 -r ee465f6e1323 perl-expect/receipt --- a/perl-expect/receipt Mon Mar 30 16:44:42 2020 +0100 +++ b/perl-expect/receipt Mon Mar 30 16:50:03 2020 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="perl-expect" -VERSION="1.21" +VERSION="1.35" CATEGORY="development" -SHORT_DESC="Expect.pm module is a Perl extension." +SHORT_DESC="Perl extension Expect." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/" -DEPENDS="perl-io-tty" -SUGGESTED="perl-io-stty" -BUILD_DEPENDS="perl-io-tty" +WEB_SITE="https://metacpan.org/release/Expect" + SOURCE="Expect" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://metacpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Expect/$TARBALL" + +SUGGESTED="perl-io-stty" +DEPENDS="perl-io-tty" +BUILD_DEPENDS="perl-io-tty" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make install DESTDIR=$DESTDIR @@ -27,6 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -