summaryrefslogtreecommitdiffstats
path: root/extra/gimp/Pkgfile
blob: 94e8235c17f9ff54d927d768a5b56f5a1e66f714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
}