wok diff perl-image-librsvg/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 442615e1f82c
children 15650f5d595b
line diff
     1.1 --- a/perl-image-librsvg/receipt	Tue Sep 01 12:21:38 2015 +0200
     1.2 +++ b/perl-image-librsvg/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,15 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Image::LibRSVG module is a Perl extension."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="perl"
     1.8 -BUILD_DEPENDS="perl"
     1.9 +LICENSE="GPL"
    1.10  SOURCE="Image-LibRSVG"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="https://metacpan.org/release/Image-LibRSVG"
    1.13  WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOMSON/$TARBALL"
    1.14  
    1.15 -DEPENDS="librsvg"
    1.16 -BUILD_DEPENDS="wget librsvg-dev"
    1.17 +DEPENDS="perl librsvg"
    1.18 +BUILD_DEPENDS="wget perl librsvg-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()