wok rev 23393

updated perl-term-readkey (2.37 -> 2.38)
author Hans-G?nter Theisgen
date Tue Mar 31 16:58:52 2020 +0100 (2020-03-31)
parents 1452ca636580
children 8f9586f867fd
files perl-term-readkey/receipt
line diff
     1.1 --- a/perl-term-readkey/receipt	Tue Mar 31 16:54:23 2020 +0100
     1.2 +++ b/perl-term-readkey/receipt	Tue Mar 31 16:58:52 2020 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-term-readkey"
     1.7 -VERSION="2.37"
     1.8 +VERSION="2.38"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Term::ReadKey module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension Term::ReadKey."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL"
    1.14 -DEPENDS="perl"
    1.15 -BUILD_DEPENDS="perl"
    1.16 +WEB_SITE="https://metacpan.org/release/TermReadKey"
    1.17 +
    1.18  SOURCE="TermReadKey"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 -WEB_SITE="https://metacpan.org/release/TermReadKey"
    1.21 -WGET_URL="https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/$TARBALL"
    1.22 +WGET_URL="https://www.cpan.org/modules/by-module/Term/$TARBALL"
    1.23  
    1.24 -BUILD_DEPENDS="perl-extutils-makemaker"
    1.25 +DEPENDS="perl"
    1.26 +BUILD_DEPENDS="perl perl-extutils-makemaker"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -27,5 +27,5 @@
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr
    1.34 -	cp -a $install/usr/lib $fs/usr
    1.35 +	cp -a $install/usr/lib	$fs/usr
    1.36  }