diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-05-03 13:45:40 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-05-03 13:45:40 +0000 |
commit | 9fc6b583a2d3e6bd659c53ab167d920165373636 (patch) | |
tree | e1eaa5b9ca9b800b644bae2040f311e0df73b365 /media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild | |
parent | license file for media-fonts/texcm-ttf (diff) | |
download | gentoo-2-9fc6b583a2d3e6bd659c53ab167d920165373636.tar.gz gentoo-2-9fc6b583a2d3e6bd659c53ab167d920165373636.tar.bz2 gentoo-2-9fc6b583a2d3e6bd659c53ab167d920165373636.zip |
Initial import. Ebuild submitted by Matthieu Sozeau <mattam@gentoo.org>; bug #52014.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild')
-rw-r--r-- | media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild new file mode 100644 index 000000000000..713c92167105 --- /dev/null +++ b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild,v 1.1 2005/05/03 13:45:40 usata Exp $ + +inherit font + +DESCRIPTION="TeX's Computer Modern Fonts for MathML" +HOMEPAGE="http://www.mozilla.org/projects/mathml/fonts/" +SRC_URI="http://www.mozilla.org/projects/mathml/fonts/bakoma/${PN}.zip" + +LICENSE="bakoma" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}/${PN}" + +FONT_SUFFIX="ttf" |