wok-current diff perl-term-readkey/receipt @ rev 23432
updated phpvirtualbox (4.0-7 -> 5.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 17:31:39 2020 +0100 (2020-04-01) |
parents | 3978bd77efff |
children | 15650f5d595b |
line diff
1.1 --- a/perl-term-readkey/receipt Wed Feb 27 11:01:41 2019 +0100 1.2 +++ b/perl-term-readkey/receipt Wed Apr 01 17:31:39 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 }