diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-03-23 19:25:12 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-03-23 19:25:12 +0000 |
commit | b30188a117138294e33bf1c9e3437e8b02ce86f2 (patch) | |
tree | 0f78f4543fa04be6ce7233be4e31c4c9d1573c9a /media-fonts/stix-fonts/stix-fonts-0.9_beta.ebuild | |
parent | Add stixbeta license. (diff) | |
download | gentoo-2-b30188a117138294e33bf1c9e3437e8b02ce86f2.tar.gz gentoo-2-b30188a117138294e33bf1c9e3437e8b02ce86f2.tar.bz2 gentoo-2-b30188a117138294e33bf1c9e3437e8b02ce86f2.zip |
Initial import. Bug #197841.
(Portage version: 2.1.4.4)
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" |