summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-06-16 13:49:15 +0000
committerDon Seiler <rizzo@gentoo.org>2005-06-16 13:49:15 +0000
commitee2a7dff60b7bf55d8d8628d187bc7a04956b86c (patch)
treec3753b45d628e54d5f58c78a5585b7118da45ba0 /x11-plugins/gaim-latex/gaim-latex-0.3.ebuild
parentShortened up the description for bug #95000 (diff)
downloadgentoo-2-ee2a7dff60b7bf55d8d8628d187bc7a04956b86c.tar.gz
gentoo-2-ee2a7dff60b7bf55d8d8628d187bc7a04956b86c.tar.bz2
gentoo-2-ee2a7dff60b7bf55d8d8628d187bc7a04956b86c.zip
Version bump, closes Bug #94995. Thanks to Claessens Xavier
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-plugins/gaim-latex/gaim-latex-0.3.ebuild')
-rw-r--r--x11-plugins/gaim-latex/gaim-latex-0.3.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild b/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild
new file mode 100644
index 000000000000..eec6773b1aa6
--- /dev/null
+++ b/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild,v 1.1 2005/06/16 13:49:15 rizzo Exp $
+
+DESCRIPTION="Gaim plugin that renders latex formulae"
+HOMEPAGE="http://sourceforge.net/projects/gaim-latex"
+SRC_URI="mirror://sourceforge/gaim-latex/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="net-im/gaim"
+RDEPEND="virtual/tetex
+ media-gfx/imagemagick"
+
+src_compile()
+{
+ emake || die "emake failed"
+}
+
+src_install()
+{
+ make install PREFIX=${D}/usr || die "make install failed"
+ dodoc README CHANGELOG COPYING TODO
+}