blob: 8914adc0389109184b1cfe25831032be99292c67 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild,v 1.8 2005/09/13 16:08:35 agriffis Exp $
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 ppc ppc64 ~sparc x86"
DEPEND="app-arch/unzip"
RDEPEND=""
S=${WORKDIR}
FONT_S=${WORKDIR}
FONT_SUFFIX="ttf TTF"
DOCS="*.txt *.TXT *.rtf *.pdf"
|