blob: 0922a25e8eaf045b863f89d984dfb14969cf2733 (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit font
DESCRIPTION="Jan Thor's Garamond True Type Font"
HOMEPAGE="http://www.janthor.de/jGaramond/"
SRC_URI="http://www.janthor.de/jGaramond/jGara.zip"
# "Use it as you may seem fit, as long as you don't ask for any money for
# redistrib."
LICENSE="free-noncomredistr"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
FONT_SUFFIX="ttf"
S="${WORKDIR}"
FONT_S="${WORKDIR}"
src_install() {
DOCS="jGaramd2.txt"
font_src_install
}
|