wok-next diff perl-module-implementation/receipt @ rev 19812

Up cookutils, libatasmart, libfm-extra, libfm, lxappearance, lxmenu-data, menu-cache, pcmanfm.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 20 05:10:04 2017 +0300 (2017-07-20)
parents 3d257ce86aef
children 4e6503d7a19f
line diff
     1.1 --- a/perl-module-implementation/receipt	Sun Sep 27 19:52:03 2015 +0000
     1.2 +++ b/perl-module-implementation/receipt	Thu Jul 20 05:10:04 2017 +0300
     1.3 @@ -2,29 +2,30 @@
     1.4  
     1.5  PACKAGE="perl-module-implementation"
     1.6  VERSION="0.09"
     1.7 -CATEGORY="development"
     1.8 -SHORT_DESC="Module::Implementation is a perl module"
     1.9 +CATEGORY="perl"
    1.10 +SHORT_DESC="Module::Implementation - Loads one of several alternate underlying \
    1.11 +implementations for a module"
    1.12  MAINTAINER="nneul@neulinger.org"
    1.13  LICENSE="GPL"
    1.14 -WEB_SITE="http://search.cpan.org/dist/Module-Implementation"
    1.15 -SOURCE="Module-Implementation"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://www.cpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
    1.18 +WEB_SITE="https://metacpan.org/release/Module-Implementation"
    1.19  
    1.20 -DEPENDS="perl perl-test-requires perl-module-runtime"
    1.21 -BUILD_DEPENDS="$DEPENDS"
    1.22 +TARBALL="Module-Implementation-$VERSION.tar.gz"
    1.23 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
    1.24 +
    1.25 +DEPENDS="perl-module-runtime perl-try-tiny"
    1.26 +BUILD_DEPENDS="$DEPENDS perl-test-fatal perl-test-requires"
    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 -	cp -a $install/usr $fs
    1.44 +	copy @std
    1.45  }