wok-next diff perl-image-librsvg/receipt @ rev 18393
Add: WIP open-vm-tools kernel modules
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Fri Sep 18 23:51:57 2015 +0000 (2015-09-18) |
parents | 442615e1f82c |
children | 1a86cb99cbbf |
line diff
1.1 --- a/perl-image-librsvg/receipt Tue Sep 01 12:21:38 2015 +0200 1.2 +++ b/perl-image-librsvg/receipt Fri Sep 18 23:51:57 2015 +0000 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()