Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
8ffc4f 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 2016 Aurelien Larcher
14 #
15 BUILD_STYLE = archive
16
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME=         bitstream-vera
20 COMPONENT_VERSION=      1.10
21a698 21 COMPONENT_REVISION=     2
8ffc4f 22 COMPONENT_SUMMARY=      The Bitstream Vera fonts
AL 23 COMPONENT_PROJECT_URL=  https://dejavu-fonts.org/
24 COMPONENT_SRC_NAME=     ttf-bitstream-vera
25 COMPONENT_SRC=          $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
27 COMPONENT_ARCHIVE_URL= \
b7ef23 28   https://download.gnome.org/sources/ttf-bitstream-vera/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
8ffc4f 29 COMPONENT_ARCHIVE_HASH= \
AL 30   sha256:db5b27df7bbb318036ebdb75acd3e98f1bd6eb6608fb70a67d478cd243d178dc
31 COMPONENT_LICENSE=      Bitstream Vera Fonts License
32
33 FONT_TYPE = TTF
34
35 include $(WS_MAKE_RULES)/font.mk
36
37 COMPONENT_FONT_SRC_DIR =
38 COMPONENT_FONT_FILES  += *.ttf
39
40 COMPONENT_FONTCONF_SRC_DIR =
41