Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
a0d76f 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) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
14 # Copyright 2018 Aurelien Larcher
15 #
16 BUILD_STYLE= archive
17
18 include ../../../make-rules/shared-macros.mk
19
20 COMPONENT_NAME=        google-droid
21 COMPONENT_VERSION=    20141010
4cad8f 22 COMPONENT_REVISION=     1
a0d76f 23 COMPONENT_SUMMARY=    CJK Unicode TrueType font Ming style
AL 24 COMPONENT_PROJECT_URL=    https://www.droidfonts.com/
25 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
27 COMPONENT_ARCHIVE_URL= \
28   http://sourceforge.net/projects/slackbuildsdirectlinks/files/google-droid-fonts/platform_frameworks_base-5.x-20141010-fonts.tar.xz 
29 COMPONENT_ARCHIVE_HASH= \
30   sha256:85cddae7e486f1c2c4fe2aed6dbaf3d9b80a36ed046b17cdf3fb25c4f2fc7f0c
31 # Archive does not contain any top directory
32 UNPACK_ARGS= -r $(COMPONENT_SRC)
33 COMPONENT_LICENSE=      Apache License 2.0
34
35 FONT_TYPE= TTF
36
37 include $(WS_MAKE_RULES)/font.mk
38
39 COMPONENT_FONT_SRC_DIR     = platform_frameworks_base-5.x-fonts/fonts
40 COMPONENT_FONT_FILES      += *.ttf
41 COMPONENT_FONTCONF_SRC_DIR =
42 COMPONENT_FONTCONF_FILES   =
43