blob: f2c387a98c6bdb08811561e22c23f58ecd30d079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.8 2004/02/17 08:21:12 absinthe 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"
KEYWORDS="x86 ~sparc ~amd64"
DEPEND="$DEPEND app-text/tetex"
src_install() {
einstall || die
}
|