mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-05 01:22:23 +00:00
23 lines
827 B
Bash
23 lines
827 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/fontconfig/
|
|
TERMUX_PKG_DESCRIPTION="Library for configuring and customizing font access"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2.17.1"
|
|
TERMUX_PKG_SRCURL=https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/$TERMUX_PKG_VERSION/fontconfig-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=82e73b26adad651b236e5f5d4b3074daf8ff0910188808496326bd3449e5261d
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="freetype, libexpat, ttf-dejavu"
|
|
TERMUX_PKG_BREAKS="fontconfig-dev"
|
|
TERMUX_PKG_REPLACES="fontconfig-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--enable-libxml2=no
|
|
--enable-iconv=no
|
|
--disable-docs
|
|
--with-default-fonts=/system/fonts
|
|
--with-add-fonts=$TERMUX_PREFIX/share/fonts
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
}
|