wok rev 24271

updated perl-yaml-syck (1.32 -> 1.34)
author Hans-G?nter Theisgen
date Sun Jan 02 10:42:49 2022 +0100 (2022-01-02)
parents 28a19e1dd20e
children b5cebc72aaf4
files perl-yaml-syck/description.txt perl-yaml-syck/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-yaml-syck/description.txt	Sun Jan 02 10:42:49 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +This module provides a Perl interface to the libsyck data serialization library.
     1.5 +It exports the Dump and Load functions for converting Perl data structures to
     1.6 +YAML strings, and the other way around.
     1.7 +
     1.8 +NOTE: If you are working with other language's YAML/Syck bindings (such as Ruby),
     1.9 +please set $YAML::Syck::ImplicitTyping to 1 before calling the Load/Dump functions.
    1.10 +The default setting is for preserving backward-compatibility with YAML.pm.
     2.1 --- a/perl-yaml-syck/receipt	Sun Jan 02 10:39:58 2022 +0100
     2.2 +++ b/perl-yaml-syck/receipt	Sun Jan 02 10:42:49 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-yaml-syck"
     2.7 -VERSION="1.32"
     2.8 +VERSION="1.34"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl - Fast, lightweight YAML loader and dumper."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/YAML-Syck"
    2.14 +WEB_SITE="https://metacpan.org/pod/YAML::Syck"
    2.15 +REPOLOGY="perl:yaml-syck"
    2.16  
    2.17  SOURCE="YAML-Syck"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 @@ -26,12 +27,11 @@
    2.20  {
    2.21  	perl Makefile.PL -y &&
    2.22  	make &&
    2.23 -	make DESTDIR=$DESTDIR install
    2.24 +	make install DESTDIR=$DESTDIR
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.28  genpkg_rules()
    2.29  {
    2.30 -	mkdir -p $fs/usr
    2.31 -	cp -a $install/usr/lib	$fs/usr
    2.32 +	cook_copy_folders	lib
    2.33  }