wok rev 23324
updated perl-extutils-depends (0.405 -> 0.8000)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 17:02:48 2020 +0100 (2020-03-30) |
parents | 14e29cd36fd8 |
children | 2f2b275104ba |
files | perl-extutils-depends/receipt |
line diff
1.1 --- a/perl-extutils-depends/receipt Mon Mar 30 16:56:22 2020 +0100 1.2 +++ b/perl-extutils-depends/receipt Mon Mar 30 17:02:48 2020 +0100 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-extutils-depends" 1.7 -SOURCE="ExtUtils-Depends" 1.8 -VERSION="0.405" 1.9 +VERSION="0.8000" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="Easily build XS extensions that depends on XS extensions." 1.12 +SHORT_DESC="Perl extension - Easily build XS extensions that depends on XS extensions." 1.13 MAINTAINER="claudinei@slitaz.org" 1.14 LICENSE="GPL" 1.15 +WEB_SITE="https://metacpan.org/release/ExtUtils-Depends" 1.16 + 1.17 +SOURCE="ExtUtils-Depends" 1.18 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 +WGET_URL="https://www.cpan.org/modules/by-module/ExtUtils/$TARBALL" 1.20 + 1.21 DEPENDS="perl" 1.22 BUILD_DEPENDS="perl" 1.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.24 -WEB_SITE="https://metacpan.org/release/ExtUtils-Depends" 1.25 -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -25,5 +27,5 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $install/usr/lib $fs/usr 1.34 + cp -a $install/usr/lib $fs/usr 1.35 }