wok-next diff perl-config-tiny/receipt @ rev 20351

nss_ldap: add glibc-2.16.patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 22:23:47 2017 +0100 (2017-11-18)
parents 46fc8daa3b41
children 4e6503d7a19f
line diff
     1.1 --- a/perl-config-tiny/receipt	Thu Sep 10 10:00:06 2015 +0200
     1.2 +++ b/perl-config-tiny/receipt	Sat Nov 18 22:23:47 2017 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-config-tiny"
     1.7 -VERSION="2.22"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="Config::Tiny module is a Perl extension."
    1.10 +VERSION="2.23"
    1.11 +CATEGORY="perl"
    1.12 +SHORT_DESC="Config::Tiny - Read/Write .ini style files with as little code as \
    1.13 +possible"
    1.14  MAINTAINER="pascal.bellard@slitaz.org"
    1.15  LICENSE="GPL2"
    1.16 -SOURCE="Config-Tiny"
    1.17 -TARBALL="$SOURCE-$VERSION.tgz"
    1.18 -WEB_SITE="http://cpan.org/"
    1.19 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL"
    1.20 +WEB_SITE="https://metacpan.org/release/Config-Tiny"
    1.21 +
    1.22 +TARBALL="Config-Tiny-$VERSION.tgz"
    1.23 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$TARBALL"
    1.24  
    1.25  DEPENDS="perl"
    1.26  BUILD_DEPENDS="perl"
    1.27 @@ -18,13 +19,13 @@
    1.28  compile_rules()
    1.29  {
    1.30  	perl Makefile.PL &&
    1.31 -	make &&
    1.32 -	make install DESTDIR=$DESTDIR
    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 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/lib $fs/usr
    1.43 +	copy @std
    1.44  }