wok-next diff perl-test-nowarnings/receipt @ rev 20610

transmission: up 2.93
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 20:11:53 2018 +0300 (2018-04-19)
parents 76b72f1ad63c
children 4e6503d7a19f
line diff
     1.1 --- a/perl-test-nowarnings/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/perl-test-nowarnings/receipt	Thu Apr 19 20:11:53 2018 +0300
     1.3 @@ -2,29 +2,30 @@
     1.4  
     1.5  PACKAGE="perl-test-nowarnings"
     1.6  VERSION="1.04"
     1.7 -CATEGORY="development"
     1.8 -SHORT_DESC="Make sure you don't emit any warning while testing"
     1.9 +CATEGORY="perl"
    1.10 +SHORT_DESC="Test::NoWarnings - Make sure you didn't emit any warnings while \
    1.11 +testing"
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://search.cpan.org/dist/Test-NoWarnings"
    1.15 -SOURCE="Test-NoWarnings"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL"
    1.18 +WEB_SITE="https://metacpan.org/release/Test-NoWarnings"
    1.19  
    1.20 -DEPENDS="perl-test-tester"
    1.21 -BUILD_DEPENDS="perl-test-tester"
    1.22 +TARBALL="Test-NoWarnings-$VERSION.tar.gz"
    1.23 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL"
    1.24 +
    1.25 +DEPENDS="perl"
    1.26 +BUILD_DEPENDS="perl"
    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  }