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 | 703ec511718de7638dd99e65a2c764c68cea71c2 (patch) | |
tree | 33c41263da2c4dc7d3ae768911fb86cda53f4aec /media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild | |
parent | license file for media-fonts/texcm-ttf (diff) | |
download | historical-703ec511718de7638dd99e65a2c764c68cea71c2.tar.gz historical-703ec511718de7638dd99e65a2c764c68cea71c2.tar.bz2 historical-703ec511718de7638dd99e65a2c764c68cea71c2.zip |
Initial import. Ebuild submitted by Matthieu Sozeau <mattam@gentoo.org>; bug #52014.
Package-Manager: portage-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" |