initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_GHOSTSCRIPT_FONTS
|
||||
bool "ghostscript-fonts"
|
||||
help
|
||||
Fonts and font metrics customarily distributed with
|
||||
Ghostscript. Currently includes the 35 standard PostScript
|
||||
fonts and a grab-bag of others.
|
||||
|
||||
http://sourceforge.net/projects/gs-fonts
|
||||
@@ -0,0 +1,5 @@
|
||||
# From http://sourceforge.net/projects/gs-fonts/files/gs-fonts/8.11%20%28base%2035%2C%20GPL%29/
|
||||
sha1 2a7198e8178b2e7dba87cb5794da515200b568f5 ghostscript-fonts-std-8.11.tar.gz
|
||||
# Locally computed
|
||||
sha256 0eb6f356119f2e49b2563210852e17f57f9dcc5755f350a69a46a0d641a0c401 ghostscript-fonts-std-8.11.tar.gz
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# ghostscript-fonts
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GHOSTSCRIPT_FONTS_VERSION = 8.11
|
||||
GHOSTSCRIPT_FONTS_SITE = http://downloads.sourceforge.net/project/gs-fonts/gs-fonts/8.11%20%28base%2035%2C%20GPL%29
|
||||
GHOSTSCRIPT_FONTS_SOURCE = ghostscript-fonts-std-$(GHOSTSCRIPT_FONTS_VERSION).tar.gz
|
||||
GHOSTSCRIPT_FONTS_LICENSE = GPL-2.0
|
||||
GHOSTSCRIPT_FONTS_LICENSE_FILES = COPYING
|
||||
|
||||
GHOSTSCRIPT_FONTS_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/gs
|
||||
|
||||
define GHOSTSCRIPT_FONTS_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(GHOSTSCRIPT_FONTS_TARGET_DIR)
|
||||
$(INSTALL) -m 644 $(@D)/*.afm $(GHOSTSCRIPT_FONTS_TARGET_DIR)
|
||||
$(INSTALL) -m 644 $(@D)/*.pfb $(GHOSTSCRIPT_FONTS_TARGET_DIR)
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user