void-packages/templates/gimp.tmpl
Juan RP b52d064544 Major changes to support multiple distfiles in templates.
Each template now needs to use $distfiles that accepts the full
URL to download the distfile and old $extract_sufx is now merged
on it, but this must be separated by the '@' character. Example:

distfiles="http://www.foo.org/blah-6.2@.tar.gz
http://www.foo.org/blob-1.0@.tar.bz2"

If distfiles contains multiple files defined, $wrksrc is now
mandatory.

--HG--
extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
2008-10-14 07:52:29 +02:00

24 lines
901 B
Cheetah

# Template build file for 'gimp'.
pkgname=gimp
version=2.6.1
distfiles="
http://sunsite.rediris.es/mirror/gimp/v2.6/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
configure_args="--disable-python"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="gimp.pc gimpthumb-2.0.pc gimpui-2.0.pc"
short_desc="The GNU image manipulation program"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4cf18ae63a813ccf35a0b33ede3b24a304b47b03
long_desc="
Powerful image manipulation program similar to \"Adobe Photoshop\"[tm].
It supports layers, arbitrary image sizes and working on several images
at the same time. It comes with a lot of useful plug-ins. Missing is CMYK
support and more than 8 bits per channel."
# This needs GNU gettext >= 0.16.
run_stuff_before_configure_cmd=". $XBPS_TMPLHELPDIR/external-gettext.sh"
# Update shared-mime-info database.
postinstall_helpers="update-mimedb.sh"