wok-current diff perl-yaml-syck/receipt @ rev 22266
updated xorg-xf86-input-evdev (2.7.0 -> 2.10.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 10:20:38 2019 +0100 (2019-11-13) |
parents | 20661c276bcf |
children | 396f1a263e34 |
line diff
1.1 --- a/perl-yaml-syck/receipt Sun Jan 27 17:42:10 2019 +0100 1.2 +++ b/perl-yaml-syck/receipt Wed Nov 13 10:20:38 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-yaml-syck" 1.7 -VERSION="1.17" 1.8 +VERSION="1.31" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Fast, lightweight YAML loader and dumper" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -10,13 +10,12 @@ 1.13 BUILD_DEPENDS="perl" 1.14 SOURCE="YAML-Syck" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://metacpan.org/disk/YAML-Syck/" 1.17 -WGET_URL="http://www.cpan.org/authors/id/A/AV/AVAR/$TARBALL" 1.18 +WEB_SITE="https://metacpan.org/release/YAML-Syck" 1.19 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 perl Makefile.PL -y && 1.26 make && 1.27 make DESTDIR=$DESTDIR install 1.28 @@ -28,4 +27,3 @@ 1.29 mkdir -p $fs/usr 1.30 cp -a $install/usr/lib $fs/usr 1.31 } 1.32 -