1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 06:46:19 +00:00
Lakka-LibreELEC/packages/x11/font/font-util/package.mk
2023-03-14 13:28:11 +00:00

21 lines
736 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="font-util"
PKG_VERSION="1.4.0"
PKG_SHA256="9f724bf940128c7e39f7252bd961cd38cfac2359de2100a8bed696bf40d40f7d"
PKG_LICENSE="OSS"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/font/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain util-macros"
PKG_DEPENDS_HOST="util-macros"
PKG_LONGDESC="X.org font utilities."
PKG_CONFIGURE_OPTS_TARGET="--with-fontrootdir=/usr/share/fonts \
--with-mapdir=/usr/share/fonts/util"
post_makeinstall_target() {
rm -rf ${INSTALL}/usr/bin
}