wok-current view gimp-plug-ins/receipt @ rev 6711

Up: aufs-utils to 20101014. Added support to back up source code into a .tar.gz. Also added linux-module-headers as build depend since it builds with it. Added a fix-kdir.patch since it was KDIR support was remove from newer git version.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 03:01:24 2010 +0000 (2010-10-14)
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 }