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

Up: dbus to 1.4.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jan 18 00:49:49 2011 +0000 (2011-01-18)
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 }