wok-current diff gimp-plug-ins/receipt @ rev 4395

tazbb: allow packages with symlinks only (typo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 16 15:46:45 2009 +0200 (2009-10-16)
parents
children e4dd6b9319ea
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gimp-plug-ins/receipt	Fri Oct 16 15:46:45 2009 +0200
     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 +}