X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-fonts%2Fmathematica-fonts%2Fmathematica-fonts-10.0.ebuild;fp=media-fonts%2Fmathematica-fonts%2Fmathematica-fonts-10.0.ebuild;h=24452a6506b2b952f4ea38cf4ca54cc6ed10c0fb;hp=0000000000000000000000000000000000000000;hb=0bb9ab89570a138ba481c97486b3e55e65bd8e6e;hpb=8a08c9489ff076be086e4ce978cf915ef21b6af5 diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-10.0.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-10.0.ebuild new file mode 100644 index 0000000..24452a6 --- /dev/null +++ b/media-fonts/mathematica-fonts/mathematica-fonts-10.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild,v 1.3 2009/05/25 20:47:56 pva Exp $ + +inherit font + +DESCRIPTION="Mathematica's Fonts for MathML" +HOMEPAGE="http://support.wolfram.com/technotes/latestfonts.en.html" +SRC_URI="http://support.wolfram.com/kb/data/uploads/2014/08/TrueType.zip" + +LICENSE="WRI-EULA" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +IUSE="" + +RESTRICT="mirror strip binchecks" +S=${WORKDIR} + +src_install() { + FONT_S="${S}"/TrueType FONT_SUFFIX="ttf" font_src_install +} +