blob: 0f63e3906053cc3370fb404b788962330e572ea8 (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-gentium/sil-gentium-1.0.1.ebuild,v 1.1 2008/05/19 04:46:05 dirtyepic Exp $
inherit font
DESCRIPTION="SIL Gentium Unicode font for Latin and Greek languages."
HOMEPAGE="http://scripts.sil.org/gentium"
SRC_URI="mirror://gentoo/fonts-ttf-gentium-${PV}.tar.bz2"
LICENSE="SIL-freeware"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE="doc"
DOCS="FONTLOG GENTIUM-FAQ QUOTES ISSUES HISTORY"
FONT_SUFFIX="ttf"
S="${WORKDIR}/fonts-ttf-gentium-${PV}"
FONT_S="${S}"
src_install() {
font_src_install
use doc && dodoc *.pdf
}
|