wok diff perl-yaml-syck/receipt @ rev 23609

updated rclone (1.49.2 -> 1.51.0)
author Hans-G?nter Theisgen
date Tue Apr 14 06:22:12 2020 +0100 (2020-04-14)
parents 18c66805dd1a
children 15650f5d595b
line diff
     1.1 --- a/perl-yaml-syck/receipt	Wed Feb 27 10:24:30 2019 +0100
     1.2 +++ b/perl-yaml-syck/receipt	Tue Apr 14 06:22:12 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  }