wok-next diff perl-rrd-simple/receipt @ rev 20244

Update bdeps: apache-mod-perl, codeblocks, tacacs+, thunar-archive-plugin, tuxpaint, xpenguins
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 07 10:54:15 2017 +0200 (2017-11-07)
parents dfb3d7f1daed
children 4e6503d7a19f
line diff
     1.1 --- a/perl-rrd-simple/receipt	Wed Jun 14 09:51:23 2017 +0300
     1.2 +++ b/perl-rrd-simple/receipt	Tue Nov 07 10:54:15 2017 +0200
     1.3 @@ -2,14 +2,15 @@
     1.4  
     1.5  PACKAGE="perl-rrd-simple"
     1.6  VERSION="1.44"
     1.7 -CATEGORY="development"
     1.8 -SHORT_DESC="RRD::Simple module is a Perl extension."
     1.9 +CATEGORY="perl"
    1.10 +SHORT_DESC="RRD::Simple - Simple interface to create and store data in RRD \
    1.11 +files"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 -SOURCE="RRD-Simple"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.cpan.org/modules/by-authors/id/MJD/Template.html"
    1.17 -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
    1.18 +WEB_SITE="https://metacpan.org/release/RRD-Simple"
    1.19 +
    1.20 +TARBALL="RRD-Simple-$VERSION.tar.gz"
    1.21 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL"
    1.22  
    1.23  DEPENDS="perl rrdtool-perl"
    1.24  BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \
    1.25 @@ -18,16 +19,14 @@
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30  	perl Makefile.PL &&
    1.31 -	make &&
    1.32 -	make DESTDIR=$DESTDIR install
    1.33 +	make && make DESTDIR=$install install &&
    1.34 +
    1.35 +	chmod -R u+w $install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	cp -a stuff/*/ $fs
    1.42 -	cp -a $install/usr/lib $fs/usr
    1.43 +	copy @std
    1.44  }
    1.45 -