Import buildroot 2016.02.01
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# xfont_font-bh-ttf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XFONT_FONT_BH_TTF_VERSION = 1.0.3
|
||||
XFONT_FONT_BH_TTF_SOURCE = font-bh-ttf-$(XFONT_FONT_BH_TTF_VERSION).tar.bz2
|
||||
XFONT_FONT_BH_TTF_SITE = http://xorg.freedesktop.org/releases/individual/font
|
||||
XFONT_FONT_BH_TTF_LICENSE = Bigelow & Holmes License (no modification)
|
||||
XFONT_FONT_BH_TTF_LICENSE_FILES = COPYING
|
||||
|
||||
XFONT_FONT_BH_TTF_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) MKFONTSCALE=$(HOST_DIR)/usr/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/usr/bin/mkfontdir install
|
||||
XFONT_FONT_BH_TTF_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) MKFONTSCALE=$(HOST_DIR)/usr/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/usr/bin/mkfontdir install-data
|
||||
XFONT_FONT_BH_TTF_DEPENDENCIES = xfont_font-util host-xfont_font-util host-xapp_mkfontscale host-xapp_mkfontdir host-xapp_bdftopcf
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user