Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
665ad6 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=         dejavu
20 COMPONENT_VERSION=      2.37
f3eec9 21 COMPONENT_REVISION=     3
665ad6 22 COMPONENT_SUMMARY=      The DejaVu fonts
AL 23 COMPONENT_PROJECT_URL=  https://dejavu-fonts.github.io/
24 COMPONENT_SRC_NAME=     dejavu-fonts-ttf
25 COMPONENT_SRC=          $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
27 COMPONENT_ARCHIVE_URL= \
28   http://sourceforge.net/projects/dejavu/files/dejavu/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
29 COMPONENT_ARCHIVE_HASH= \
30   sha256:fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7
31 COMPONENT_LICENSE=      Bitstream Vera Fonts License
32
33 FONT_TYPE = TTF
34
35 include $(WS_MAKE_RULES)/font.mk
36
37 COMPONENT_FONT_FILES += *.ttf
38