summaryrefslogtreecommitdiff
blob: db3cd0c1fde5dad73d8016811f2bdd39ee17bb6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.9 2008/01/09 12:33:59 pclouds Exp $

inherit eutils

DESCRIPTION=" AmyEdit is a LaTeX editor"
HOMEPAGE="http://amyedit.sf.net"
SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND=">=dev-cpp/gtkmm-2.4.8
	=x11-libs/gtksourceview-1*
	app-text/aspell"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_install() {
	einstall
	dodoc ChangeLog README TODO || die
}