Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
3a043b 1 #
AL 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
14 # Copyright 2016 Aurelien Larcher
15 #
16 BUILD_STYLE= archive
17
18 include ../../../make-rules/shared-macros.mk
19
20 COMPONENT_NAME=        arphic-uming
21 COMPONENT_VERSION=    0.2.20080216.1
360f10 22 # Version was bumped at OI /dev times
AP 23 IPS_COMPONENT_VERSION=  0.5.11
24 COMPONENT_REVISION=     2
3a043b 25 COMPONENT_SUMMARY=    CJK Unicode TrueType font Ming style
AL 26 COMPONENT_PROJECT_URL=    https://www.freedesktop.org/wiki/Software/CJKUnifonts
27 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
28 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
29 COMPONENT_ARCHIVE_URL= \
30   http://archive.debian.org/debian/pool/main/t/ttf-$(COMPONENT_NAME)/ttf-$(COMPONENT_NAME)_$(COMPONENT_VERSION).orig.tar.gz
31 COMPONENT_ARCHIVE_HASH= \
32   sha256:8038a6db9e832456d5da5559aff8d15130243be1091bf24f3243503a6f1bda98
33 # Archive does not contain any top directory
34 UNPACK_ARGS= -r $(COMPONENT_SRC)
35 COMPONENT_LICENSE=      ARPHIC PUBLIC LICENSE
36
37 FONT_TYPE= TTF
38
39 include $(WS_MAKE_RULES)/font.mk
40
41 COMPONENT_FONT_SRC_DIR     =
42 COMPONENT_FONT_FILES      += fonts.alias
43 COMPONENT_FONT_FILES      += uming.ttc
44 COMPONENT_FONTCONF_SRC_DIR =
45
46 # Copy content of provided fonts.alias
47 COMPONENT_POST_BUILD_ACTION= \
48     ( cat $(COMPONENT_DIR)/fonts.alias > $(@D)/fonts.alias )
49