wok-next diff gimp-plug-ins/receipt @ rev 4645
linux-source: add missing files.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 26 11:02:36 2009 +0100 (2009-12-26) |
parents | |
children | e4dd6b9319ea |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gimp-plug-ins/receipt Sat Dec 26 11:02:36 2009 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gimp-plug-ins" 1.7 +VERSION="2.6.7" 1.8 +CATEGORY="graphics" 1.9 +SHORT_DESC="The GIMP image editor plug-ins suite for advanced users." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="gimp lcms" 1.12 +WANTED="gimp" 1.13 +WEB_SITE="http://www.gimp.org/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib/gimp/2.0 1.19 + cp -a $_pkg/usr/lib/gimp/2.0/plug-ins $fs/usr/lib/gimp/2.0 1.20 + # Remove plug-ins provided by the main package. 1.21 + for i in file-jpeg file-png pixelize screenshot 1.22 + do 1.23 + rm $fs/usr/lib/gimp/2.0/plug-ins/$i 1.24 + done 1.25 + strip -s $fs/usr/lib/gimp/*/plug-ins/* 1.26 +}