Files
Arch-R/packages/virtual/corefonts/package.mk
T

18 lines
451 B
Makefile
Raw Normal View History

2018-07-16 20:45:36 +02:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2013-10-13 18:41:28 +03:00
PKG_NAME="corefonts"
PKG_VERSION=""
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
2013-10-13 18:41:28 +03:00
PKG_SECTION="virtual"
PKG_LONGDESC="corefonts is a Metapackage for installing fonts"
2021-01-19 19:34:20 +00:00
if [ -n "${CUSTOM_FONTS}" ]; then
PKG_DEPENDS_TARGET+=" ${CUSTOM_FONTS}"
else
2021-01-19 19:34:20 +00:00
PKG_DEPENDS_TARGET+=" liberation-fonts-ttf"
fi