# HG changeset patch # User Hans-G?nter Theisgen # Date 1585724418 -3600 # Node ID 396f1a263e341a5ef1c04dc933310ecf0806109e # Parent c7cee4bd7ef81b502762e17aef307d967bb8068f updated perl-yaml-syck (1.31 -> 1.32) diff -r c7cee4bd7ef8 -r 396f1a263e34 perl-yaml-syck/receipt --- a/perl-yaml-syck/receipt Wed Apr 01 07:56:43 2020 +0100 +++ b/perl-yaml-syck/receipt Wed Apr 01 08:00:18 2020 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="perl-yaml-syck" -VERSION="1.31" +VERSION="1.32" CATEGORY="development" -SHORT_DESC="Fast, lightweight YAML loader and dumper" +SHORT_DESC="Perl - Fast, lightweight YAML loader and dumper." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/YAML-Syck" + +SOURCE="YAML-Syck" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/YAML/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="YAML-Syck" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/YAML-Syck" -WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -25,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }