wok diff perl-extutils-depends/receipt @ rev 23831

syslinux/iso2exe: fix loram case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 31 14:59:28 2020 +0000 (2020-05-31)
parents 18c66805dd1a
children 15650f5d595b
line diff
     1.1 --- a/perl-extutils-depends/receipt	Wed Feb 27 10:24:30 2019 +0100
     1.2 +++ b/perl-extutils-depends/receipt	Sun May 31 14:59:28 2020 +0000
     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  }