blob: 26c4f3bfbbe09b8b3e3a41e466ef4a8d8e3e2221 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Tengwar - the Elvish letters, created by Feanor and described by J.R.R.Tolkien)"
HOMEPAGE="http://www.tengwar.art.pl/ktt/en/download.php"
SRC_URI="
http://www.tengwar.art.pl/zip/tengq19d.zip
http://www.tengwar.art.pl/zip/tengs19d.zip
http://www.tengwar.art.pl/zip/tengn19d.zip
http://www.tengwar.art.pl/zip/parmaite12b.zip
http://www.tengwar.art.pl/zip/tcurs100.zip"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
DOCS="*.txt *.TXT *.rtf *.pdf"
FONT_S="${S}"
FONT_SUFFIX="ttf TTF"
|