# 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 name=gimp version=2.6.11 release=1 source=(ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2 \ gimp-splash-2009-2.png gimp.desktop libpng-1.4.patch) 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 cp ../gimp-splash-2009-2.png $PKG/usr/share/gimp/2.0/images/gimp-splash.png }