wok diff gimp-dev/receipt @ rev 5719

Up dmsetup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 15:08:46 2010 +0200 (2010-06-24)
parents
children fcaa62b434c4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gimp-dev/receipt	Thu Jun 24 15:08:46 2010 +0200
     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 +}