Change configuration file Format of mpv so we can more easily add settings and comments
[termux-packages] / packages / freetype / build.sh
CommitLineData
bf5de719 1TERMUX_PKG_HOMEPAGE=https://www.freetype.org
59f0d218 2TERMUX_PKG_DESCRIPTION="Software font engine capable of producing high-quality output"
e267409a 3TERMUX_PKG_VERSION=2.8
bf5de719 4TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/freetype/freetype2/${TERMUX_PKG_VERSION}/freetype-${TERMUX_PKG_VERSION}.tar.bz2
e267409a 5TERMUX_PKG_SHA256=a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b
59f0d218
FF
6TERMUX_PKG_DEPENDS="libbz2, libpng"
7TERMUX_PKG_RM_AFTER_INSTALL="bin/freetype-config share/man/man1/freetype-config.1"
8# Use with-harfbuzz=no to avoid circular dependency between freetype and harfbuzz:
9TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-harfbuzz=no"