diff options
Diffstat (limited to 'media-fonts/stix-fonts/stix-fonts-0.9_beta.ebuild')
-rw-r--r-- | media-fonts/stix-fonts/stix-fonts-0.9_beta.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-fonts/stix-fonts/stix-fonts-0.9_beta.ebuild b/media-fonts/stix-fonts/stix-fonts-0.9_beta.ebuild new file mode 100644 index 000000000000..b0573cf9b29f --- /dev/null +++ b/media-fonts/stix-fonts/stix-fonts-0.9_beta.ebuild @@ -0,0 +1,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" |