wok-next diff perl-yaml-syck/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents 2d12ebd38be4
children 1a86cb99cbbf
line diff
     1.1 --- a/perl-yaml-syck/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/perl-yaml-syck/receipt	Wed Apr 26 12:29:37 2017 +0200
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-yaml-syck"
     1.7 -VERSION="1.17"
     1.8 +VERSION="1.29"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Fast, lightweight YAML loader and dumper"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="http://search.cpan.org/disk/YAML-Syck/"
    1.14 +
    1.15 +TARBALL="YAML-Syck-$VERSION.tar.gz"
    1.16 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    1.17 +
    1.18  DEPENDS="perl"
    1.19  BUILD_DEPENDS="perl"
    1.20 -SOURCE="YAML-Syck"
    1.21 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.22 -WEB_SITE="http://search.cpan.org/disk/YAML-Syck/"
    1.23 -WGET_URL="http://www.cpan.org/authors/id/A/AV/AVAR/$TARBALL"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29  	perl Makefile.PL -y &&
    1.30  	make &&
    1.31  	make DESTDIR=$DESTDIR install
    1.32 @@ -28,4 +28,3 @@
    1.33  	mkdir -p $fs/usr
    1.34  	cp -a $install/usr/lib $fs/usr
    1.35  }
    1.36 -