wok rev 5593

Add: gimp-dev (needed by ufraw)
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue May 18 13:40:52 2010 +0000 (2010-05-18)
parents be313e2832de
children 0a9275c1135b
files gimp-dev/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gimp-dev/receipt	Tue May 18 13:40:52 2010 +0000
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gimp-dev"
     1.7 +VERSION="2.6.8"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files."
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +WANTED="gimp"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    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 $fs/usr/include $fs/usr/include/
    1.19 +	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $_pkg/usr/lib/ $fs/usr
    1.21 +	# Remove libraries files
    1.22 +	cd $fs/usr/lib
    1.23 +	rm -r *.so*
    1.24 +	cd gimp/*/modules
    1.25 +	rm -r *.so*
    1.26 +	cd ..
    1.27 +	rm -r environ interpreters plug-ins
    1.28 +}