mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
eb19d01510
Release notes were posted in February 2023: https://lists.x.org/archives/xorg-announce/2023-February/date.html Switched tarball to xz and _SITE to https. Updated license hash of xfont_font-sun-misc due to upstream commit which removed "All rights reserved" from Oracle copyright notices: https://gitlab.freedesktop.org/xorg/font/sun-misc/-/commits/master/COPYING Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
22 lines
932 B
Makefile
22 lines
932 B
Makefile
################################################################################
|
|
#
|
|
# xfont_font-daewoo-misc
|
|
#
|
|
################################################################################
|
|
|
|
XFONT_FONT_DAEWOO_MISC_VERSION = 1.0.4
|
|
XFONT_FONT_DAEWOO_MISC_SOURCE = font-daewoo-misc-$(XFONT_FONT_DAEWOO_MISC_VERSION).tar.xz
|
|
XFONT_FONT_DAEWOO_MISC_SITE = https://xorg.freedesktop.org/archive/individual/font
|
|
XFONT_FONT_DAEWOO_MISC_LICENSE_FILES = COPYING
|
|
|
|
XFONT_FONT_DAEWOO_MISC_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) MKFONTSCALE=$(HOST_DIR)/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/bin/mkfontdir install
|
|
XFONT_FONT_DAEWOO_MISC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) MKFONTSCALE=$(HOST_DIR)/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/bin/mkfontdir install-data
|
|
XFONT_FONT_DAEWOO_MISC_DEPENDENCIES = \
|
|
xfont_font-util \
|
|
host-xfont_font-util \
|
|
host-xapp_mkfontscale \
|
|
host-xapp_bdftopcf \
|
|
host-gzip
|
|
|
|
$(eval $(autotools-package))
|