file: Update from 5.32 to 5.33
[termux-packages] / packages / graphicsmagick / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.graphicsmagick.org/
2 TERMUX_PKG_DESCRIPTION="Collection of image processing tools"
3 TERMUX_PKG_VERSION=1.3.28
4 TERMUX_PKG_SHA256=942a68a9a8a5af6f682b896fd4f0ad617d8b49907e474acfe59549956bcc994a
5 # Bandwith limited on main ftp site, so it's asked to use sourceforge instead:
6 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/${TERMUX_PKG_VERSION}/GraphicsMagick-${TERMUX_PKG_VERSION}.tar.xz
7 TERMUX_PKG_DEPENDS="littlecms, libtiff, freetype, libjasper, libjpeg-turbo, libpng, libbz2, libxml2, liblzma"
8 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_ftime=no
9 --with-fontpath=/system/fonts
10 --without-x"
11 TERMUX_PKG_RM_AFTER_INSTALL="bin/*-config share/man/man1/*-config.1"