initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XFONT_FONT_CURSOR_MISC
|
||||
bool "font-cursor-misc"
|
||||
select BR2_PACKAGE_XFONT_FONT_UTIL
|
||||
help
|
||||
No description available
|
||||
@@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635 font-cursor-misc-1.0.3.tar.bz2
|
||||
sha256 c22415fb2144d7298e995dbeee2eb120822d653c61ae43c64fa0fda2cc3ca3a0 COPYING
|
||||
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# xfont_font-cursor-misc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XFONT_FONT_CURSOR_MISC_VERSION = 1.0.3
|
||||
XFONT_FONT_CURSOR_MISC_SOURCE = font-cursor-misc-$(XFONT_FONT_CURSOR_MISC_VERSION).tar.bz2
|
||||
XFONT_FONT_CURSOR_MISC_SITE = http://xorg.freedesktop.org/releases/individual/font
|
||||
XFONT_FONT_CURSOR_MISC_LICENSE = unencumbered
|
||||
XFONT_FONT_CURSOR_MISC_LICENSE_FILES = COPYING
|
||||
|
||||
XFONT_FONT_CURSOR_MISC_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) MKFONTSCALE=$(HOST_DIR)/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/bin/mkfontdir install
|
||||
XFONT_FONT_CURSOR_MISC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) MKFONTSCALE=$(HOST_DIR)/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/bin/mkfontdir install-data
|
||||
XFONT_FONT_CURSOR_MISC_DEPENDENCIES = \
|
||||
xfont_font-util \
|
||||
host-xfont_font-util \
|
||||
host-xapp_mkfontscale \
|
||||
host-xapp_bdftopcf \
|
||||
host-gzip
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user