wok-6.x diff perl-image-librsvg/receipt @ rev 19415
make-slitaz-icons: add multimedia-video-player icon
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 24 16:49:43 2016 +0300 (2016-09-24) |
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 Sat Sep 24 16:49:43 2016 +0300 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()