Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
3c2ed5 1 #
AL 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2018 Aurelien Larcher
25 #
26 BUILD_STYLE = archive
27
28 include ../../../make-rules/shared-macros.mk
29
30 COMPONENT_NAME=        unfonts-ko-core
31 COMPONENT_VERSION=     1.0.2-080608
32 IPS_COMPONENT_VERSION= 1.0.2
cfbe6c 33 COMPONENT_REVISION=    1
3c2ed5 34 COMPONENT_SUMMARY=     Un-Fonts Korean TrueType fonts
AL 35 COMPONENT_PROJECT_URL= https://kldp.net/unfonts/
36 COMPONENT_SRC=         un-fonts
37 COMPONENT_SRC_NAME=    un-fonts-core
38 COMPONENT_ARCHIVE=     2607-$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION).tar.gz
39 COMPONENT_ARCHIVE_URL= \
40   https://kldp.net/unfonts/release/$(COMPONENT_ARCHIVE)
41 COMPONENT_ARCHIVE_HASH= \
42   sha256:3b0a7274f9aab7e8f0f1938c01a70e1581766d51b494ba145683f37ac557918e
43 COMPONENT_LICENSE=     GPLv2
44
45 FONT_TYPE = TTF
46
47 include $(WS_MAKE_RULES)/font.mk
48
49 COMPONENT_FONT_SRC_DIR =
50 COMPONENT_FONT_FILES  += *.ttf
51
52 COMPONENT_FONTCONF_SRC_DIR =
53 COMPONENT_FONTCONF_FILES   =
54