distribution/packages/x11/font/font-cursor-misc/package.mk
2022-02-05 09:23:32 -05:00

18 lines
641 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="font-cursor-misc"
PKG_VERSION="1.0.3"
PKG_SHA256="17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/font/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain util-macros font-util:host"
PKG_LONGDESC="X11 cursor fonts."
PKG_CONFIGURE_OPTS_TARGET="--with-fontrootdir=/usr/share/fonts"
post_install() {
mkfontdir ${INSTALL}/usr/share/fonts/misc
mkfontscale ${INSTALL}/usr/share/fonts/misc
}