wok-next diff perl-extutils-depends/receipt @ rev 20488
palemoon: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 11:00:54 2018 +0100 (2018-03-12) |
parents | e0bacd6475f7 |
children | 4e6503d7a19f |
line diff
1.1 --- a/perl-extutils-depends/receipt Mon Jul 22 19:45:04 2013 -0300 1.2 +++ b/perl-extutils-depends/receipt Mon Mar 12 11:00:54 2018 +0100 1.3 @@ -1,31 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-extutils-depends" 1.7 -SOURCE="ExtUtils-Depends" 1.8 -VERSION="0.304" 1.9 -CATEGORY="development" 1.10 -SHORT_DESC="Easily build XS extensions that depends on XS extensions." 1.11 +VERSION="0.405" 1.12 +CATEGORY="perl" 1.13 +SHORT_DESC="ExtUtils::Depends - Easily build XS extensions that depend on XS \ 1.14 +extensions" 1.15 MAINTAINER="claudinei@slitaz.org" 1.16 LICENSE="GPL" 1.17 +WEB_SITE="https://metacpan.org/release/ExtUtils-Depends" 1.18 + 1.19 +TARBALL="ExtUtils-Depends-$VERSION.tar.gz" 1.20 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 1.21 + 1.22 DEPENDS="perl" 1.23 BUILD_DEPENDS="perl" 1.24 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.25 -WEB_SITE="http://search.cpan.org/~flora/ExtUtils-Depends-0.304/" 1.26 -WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - cd $src 1.32 perl Makefile.PL && 1.33 - make && 1.34 - make DESTDIR=$DESTDIR install 1.35 + make && make DESTDIR=$install install && 1.36 + 1.37 + chmod -R u+w $install 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg. 1.41 genpkg_rules() 1.42 { 1.43 - mkdir -p $fs/usr 1.44 - cp -a $install/usr/lib $fs/usr 1.45 + copy @std 1.46 } 1.47 -