wok rev 23421

updated perl-yaml-syck (1.31 -> 1.32)
author Hans-G?nter Theisgen
date Wed Apr 01 08:00:18 2020 +0100 (2020-04-01)
parents c7cee4bd7ef8
children c3ea0afd1174
files perl-yaml-syck/receipt
line diff
     1.1 --- a/perl-yaml-syck/receipt	Wed Apr 01 07:56:43 2020 +0100
     1.2 +++ b/perl-yaml-syck/receipt	Wed Apr 01 08:00:18 2020 +0100
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-yaml-syck"
     1.7 -VERSION="1.31"
     1.8 +VERSION="1.32"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Fast, lightweight YAML loader and dumper"
    1.11 +SHORT_DESC="Perl - Fast, lightweight YAML loader and dumper."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/YAML-Syck"
    1.15 +
    1.16 +SOURCE="YAML-Syck"
    1.17 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://www.cpan.org/modules/by-module/YAML/$TARBALL"
    1.19 +
    1.20  DEPENDS="perl"
    1.21  BUILD_DEPENDS="perl"
    1.22 -SOURCE="YAML-Syck"
    1.23 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.24 -WEB_SITE="https://metacpan.org/release/YAML-Syck"
    1.25 -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -25,5 +27,5 @@
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr
    1.33 -	cp -a $install/usr/lib $fs/usr
    1.34 +	cp -a $install/usr/lib	$fs/usr
    1.35  }