wok-next annotate perl-image-librsvg/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents e70c0b9c5adf
children d5aab818505e
rev   line source
pascal@18321 1 # SliTaz package receipt.
pascal@18321 2
pascal@18321 3 PACKAGE="perl-image-librsvg"
pascal@18321 4 VERSION="0.07"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Image::LibRSVG - Perl extension for librsvg"
pascal@18321 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18334 8 LICENSE="GPL"
pascal@18321 9 WEB_SITE="https://metacpan.org/release/Image-LibRSVG"
al@20884 10 REPOLOGY="perl:image-librsvg"
al@19709 11
al@19709 12 TARBALL="Image-LibRSVG-$VERSION.tar.gz"
pascal@18321 13 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOMSON/$TARBALL"
pascal@18321 14
al@19779 15 DEPENDS="perl cairo gdk-pixbuf glib librsvg"
al@19770 16 BUILD_DEPENDS="perl-dev librsvg-dev"
pascal@18321 17
pascal@18321 18 # Rules to configure and make the package.
pascal@18321 19 compile_rules()
pascal@18321 20 {
pascal@18321 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@18321 25 }
pascal@18321 26
pascal@18321 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18321 28 genpkg_rules()
pascal@18321 29 {
al@19709 30 copy @std
pascal@18321 31 }