wok annotate perl-image-magick/receipt @ rev 17517

lxqt-appswitcher: force build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 15 12:00:50 2015 +0100 (2015-01-15)
parents 6f05c710673c
children be8aec6476c2
rev   line source
pascal@17438 1 # SliTaz package receipt.
pascal@17438 2
pascal@17438 3 PACKAGE="perl-image-magick"
pascal@17438 4 VERSION="6.8.4-10"
pascal@17438 5 CATEGORY="development"
pascal@17438 6 SHORT_DESC="Image::Magick module is a Perl extension."
pascal@17438 7 MAINTAINER="pankso@slitaz.org"
pascal@17438 8 LICENSE="Apache"
pascal@17438 9 SOURCE="ImageMagick"
pascal@17438 10 WANTED="imagemagick"
pascal@17438 11 WEB_SITE="http://www.imagemagick.org/"
pascal@17438 12
pascal@17439 13 DEPENDS="perl imagemagick"
pascal@17438 14
pascal@17438 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17438 16 genpkg_rules()
pascal@17438 17 {
pascal@17438 18 mkdir -p $fs/usr/lib
pascal@17438 19 cp -a $install/usr/lib/perl5 $fs/usr/lib
pascal@17438 20 }