wok view perl-image-librsvg/receipt @ rev 18321

Add xsshfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 12:21:38 2015 +0200 (2015-09-01)
parents
children 46fc8daa3b41
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-image-librsvg"
4 VERSION="0.07"
5 CATEGORY="development"
6 SHORT_DESC="Image::LibRSVG module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="perl"
9 BUILD_DEPENDS="perl"
10 SOURCE="Image-LibRSVG"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="https://metacpan.org/release/Image-LibRSVG"
13 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOMSON/$TARBALL"
15 DEPENDS="librsvg"
16 BUILD_DEPENDS="wget librsvg-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make &&
23 make install DESTDIR=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }