wok annotate perl-image-magick/receipt @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
| author | Aleksej Bobylev <al.bobylev@gmail.com> |
|---|---|
| date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
| 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 } |