blob: 489ab3f5d1519725c33cbaf5f08edb8da9532c3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.12 2004/06/24 21:57:58 agriffis Exp $
inherit kde-base
need-kde 3
DESCRIPTION="A Latex Editor and TeX shell for KDE 3"
HOMEPAGE="http://lumumba.luc.ac.be/jori/klat/klat.html"
SRC_URI="http://lumumba.luc.ac.be/jori/klat/${P}.tar.bz2"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="x86 sparc ~amd64"
DEPEND="$DEPEND virtual/tetex"
src_install() {
einstall || die
}
|