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

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
parents d597ba93b7e1
children 6c70085d1b49
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-plug-ins"
4 VERSION="2.8.0"
5 CATEGORY="graphics"
6 SHORT_DESC="The GIMP image editor plug-ins suite for advanced users."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="gimp"
9 WEB_SITE="http://www.gimp.org/"
11 DEPENDS="gimp lcms xorg-libXpm libmng aalib libexif tiff"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/gimp/2.0
17 cp -a $install/usr/lib/gimp/2.0/plug-ins $fs/usr/lib/gimp/2.0
19 # Remove plug-ins provided by the main package.
20 for i in file-jpeg file-png pixelize screenshot
21 do
22 rm $fs/usr/lib/gimp/2.0/plug-ins/$i
23 done
24 }