wok view gimp-plug-ins/receipt @ rev 11857

perl-datetime-format-mail: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 17:00:54 2012 +0100 (2012-02-27)
parents fcaa62b434c4
children cb6c3a7328e7
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-plug-ins"
4 VERSION="2.6.11"
5 CATEGORY="graphics"
6 SHORT_DESC="The GIMP image editor plug-ins suite for advanced users."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gimp lcms xorg-libXpm libmng"
9 WANTED="gimp"
10 WEB_SITE="http://www.gimp.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gimp/2.0
16 cp -a $_pkg/usr/lib/gimp/2.0/plug-ins $fs/usr/lib/gimp/2.0
17 # Remove plug-ins provided by the main package.
18 for i in file-jpeg file-png pixelize screenshot
19 do
20 rm $fs/usr/lib/gimp/2.0/plug-ins/$i
21 done
22 strip -s $fs/usr/lib/gimp/*/plug-ins/*
23 }