mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
27 lines
716 B
Bash
27 lines
716 B
Bash
# Copyright 1999-2022 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 ~loong ppc ppc64 ~s390 sparc x86"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
DOCS="*.txt *.TXT *.rtf *.pdf"
|
|
FONT_S="${S}"
|
|
FONT_SUFFIX="ttf TTF"
|