wok-next rev 17438

Add perl-image-magick
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 08 14:44:54 2014 +0100 (2014-12-08)
parents ce0c6dd59458
children 8236210d4a2c
files imagemagick/receipt perl-image-magick/receipt
line diff
     1.1 --- a/imagemagick/receipt	Sun Dec 07 19:35:57 2014 -0500
     1.2 +++ b/imagemagick/receipt	Mon Dec 08 14:44:54 2014 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  BUILD_DEPENDS="xorg-libXext-dev jpeg-dev libpng-dev tiff-dev libxml2-dev \
     1.5  freetype-dev bzip2-dev expat-dev fontconfig-dev lcms-dev jasper-dev \
     1.6  ilmbase-dev openexr-dev graphviz-dev librsvg-dev libgsf-dev libgio-dev \
     1.7 -cairo-dev pango-dev libcroco-dev fftw-dev util-linux-uuid-dev libtool"
     1.8 +perl cairo-dev pango-dev libcroco-dev fftw-dev util-linux-uuid-dev libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -30,7 +30,7 @@
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15  		--sysconfdir=/etc \
    1.16 -		--without-perl \
    1.17 +		--with-perl \
    1.18  		--with-magick-plus-plus \
    1.19  		--with-modules \
    1.20  		--enable-hdri \
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-image-magick/receipt	Mon Dec 08 14:44:54 2014 +0100
     2.3 @@ -0,0 +1,20 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="perl-image-magick"
     2.7 +VERSION="6.8.4-10"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Image::Magick module is a Perl extension."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +LICENSE="Apache"
    2.12 +SOURCE="ImageMagick"
    2.13 +WANTED="imagemagick"
    2.14 +WEB_SITE="http://www.imagemagick.org/"
    2.15 +
    2.16 +DEPENDS="imagemagick"
    2.17 +
    2.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.19 +genpkg_rules()
    2.20 +{
    2.21 +	mkdir -p $fs/usr/lib
    2.22 +	cp -a $install/usr/lib/perl5 $fs/usr/lib
    2.23 +}