Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
39aadb 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 2018 Aurelien Larcher
14 #
15 BUILD_STYLE= archive
16
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME=        texgyre
20 COMPONENT_VERSION=    2.501
5c03fd 21 COMPONENT_REVISION=     1
39aadb 22 COMPONENT_SUMMARY=    The TeX Gyre (TG) Collection of Fonts
AL 23 COMPONENT_PROJECT_URL=    http://www.gust.org.pl/projects/e-foundry/tex-gyre
24 COMPONENT_SRC=        tg2_501otf
25 COMPONENT_ARCHIVE=    $(COMPONENT_NAME)-$(COMPONENT_VERSION).zip
26 COMPONENT_ARCHIVE_URL= \
27   http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/$(COMPONENT_SRC).zip
28 COMPONENT_ARCHIVE_HASH= \
29   sha256:d7f8be5317bec4e644cf16c5abf876abeeb83c43dbec0ccb4eee4516b73b1bbe
30 COMPONENT_LICENSE=      GUST Font License
31
32 FONT_TYPE= OTF
33
34 include $(WS_MAKE_RULES)/font.mk
35
36 COMPONENT_FONT_SRC_DIR     =
37 COMPONENT_FONT_FILES      += *.otf
38 COMPONENT_FONTCONF_SRC_DIR =
39 COMPONENT_FONTCONF_FILES   =
40