iperf3: Update from 3.1.7 to 3.2
[termux-packages] / packages / fontconfig / build.sh
CommitLineData
30763ad0 1TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/fontconfig/
59f0d218 2TERMUX_PKG_DESCRIPTION="Library for configuring and customizing font access"
54c97560
FF
3# When updating, try building in the docker image to see if gperf
4# will be necessary.
5TERMUX_PKG_VERSION=2.12.0
30763ad0 6TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/fontconfig/release/fontconfig-${TERMUX_PKG_VERSION}.tar.bz2
54c97560 7TERMUX_PKG_SHA256=b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224
59f0d218
FF
8TERMUX_PKG_DEPENDS="freetype, libxml2"
9TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-libxml2 --enable-iconv=no --disable-docs --with-default-fonts=/system/fonts --with-add-fonts=$TERMUX_PREFIX/share/fonts"