mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 18:35:41 +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.16.2"
|
|
TERMUX_PKG_SRCURL=https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/$TERMUX_PKG_VERSION/fontconfig-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=8b9368ae99d9faf2fe26491645fbeebf0272d911cacc5d3e9cf954c2157c151e
|
|
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
|
|
}
|