blob: b0573cf9b29fab420e38e4a5aeab016716839d2b (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/stix-fonts/stix-fonts-0.9_beta.ebuild,v 1.1 2008/03/23 19:25:11 dirtyepic Exp $
inherit font
DESCRIPTION="Comprehensive OpenType font set of mathematical symbols and alphabets"
HOMEPAGE="http://www.stixfonts.org/"
SRC_URI="mirror://gentoo/STIXBeta.zip"
LICENSE="stixbeta"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
FONT_SUFFIX="otf"
FONT_S="${WORKDIR}"
FONT_CONF=( "${FILESDIR}"/61-stix.conf )
DOCS="Readme.txt"
RESTRICT="strip binchecks"
|