Add itex2mml-1.3.5.ebuild from Gentoo bug 194499.
authorW. Trevor King <wking@drexel.edu>
Tue, 3 May 2011 11:32:19 +0000 (07:32 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 3 May 2011 11:32:19 +0000 (07:32 -0400)
app-text/itex2mml/itex2mml-1.3.5.ebuild [new file with mode: 0644]

diff --git a/app-text/itex2mml/itex2mml-1.3.5.ebuild b/app-text/itex2mml/itex2mml-1.3.5.ebuild
new file mode 100644 (file)
index 0000000..0bc4d72
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+S="${WORKDIR}/itexToMML/itex-src"
+
+DESCRIPTION="Itex2MML is WEB page with embedded LaTeX into XHTML and MathML converter."
+HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
+SRC_URI="http://golem.ph.utexas.edu/~distler/blog/files/itexToMML-${PV}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RESTRICT="nomirror"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_install() {
+       dodir /usr/bin
+       cp ${S}/itex2MML ${D}/usr/bin/
+       dodoc ${S}/../README
+}