Added GIMP 2.6.1 template and other related stuff required.
[pkgfs.git] / templates / gimp.tmpl
blobfa6d77711bab0afadc574f24812f8da3eb30d72d
1 # Template build file for 'gimp'.
2 pkgname=gimp
3 version=2.6.1
4 extract_sufx=".tar.bz2"
5 url=http://sunsite.rediris.es/mirror/gimp/v2.6
6 build_style=gnu_configure
7 configure_args="--disable-python"
8 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
9 pkgconfig_override="gimp.pc gimpthumb-2.0.pc gimpui-2.0.pc"
10 short_desc="The GNU image manipulation program"
11 maintainer="Juan RP <xtraeme@gmail.com>"
12 checksum=4cf18ae63a813ccf35a0b33ede3b24a304b47b03
13 long_desc="
14  Powerful image manipulation program similar to \"Adobe Photoshop\"[tm].
15  It supports layers, arbitrary image sizes and working on several images
16  at the same time. It comes with a lot of useful plug-ins. Missing is CMYK
17  support and more than 8 bits per channel."
19 # This needs GNU gettext >= 0.16.
20 run_stuff_before="configure"
21 run_stuff_before_configure_file="$PKGFS_TMPLHELPDIR/external-gettext.sh"
23 # Update shared-mime-info database.
24 postinstall_helpers="update-mimedb.sh"