wok diff perl-rrd-simple/receipt @ rev 17714

inkscape: remove obsolate patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 04 10:06:37 2015 +0100 (2015-03-04)
parents 0b50af37e929
children 20661c276bcf
line diff
     1.1 --- a/perl-rrd-simple/receipt	Thu Mar 01 11:19:11 2012 +0100
     1.2 +++ b/perl-rrd-simple/receipt	Wed Mar 04 10:06:37 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="RRD::Simple module is a Perl extension."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  SOURCE="RRD-Simple"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.cpan.org/modules/by-authors/id/MJD/Template.html"
    1.11 @@ -19,13 +20,13 @@
    1.12  	cd $src
    1.13  	perl Makefile.PL &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	cp -a stuff/*/ $fs
    1.23 -	cp -a $_pkg/usr/lib $fs/usr
    1.24 +	cp -a $install/usr/lib $fs/usr
    1.25  }
    1.26