# Description: Programme de retouche et manipulation d'image GNU # URL: http://www.gimp.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: gtk, pygtk, curl, libgtkhtml, libexif, xorg-libxmu, xorg-libxpm, openexr, gegl, poppler-glib, libmng, alsa-lib # Run on: gtk,pygtk,curl,libgtkhtml,libexif,xorg-libxmu,xorg-libxpm,openexr,gegl,poppler-glib,libmng,alsa-lib name=gimp version=2.6.11 release=1 source=(ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2 \ http://nutyx.meticul.eu/files/patchs/gimp/gimp-splash-2009-2.png) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ --without-aa \ --disable-print make make DESTDIR=$PKG install rm -f $PKG/usr/share/gimp/2.0/images/gimp-splash.png install -m664 ../gimp-splash-2009-2.png $PKG/usr/share/gimp/2.0/images/gimp-splash.png }