blob: a5f7124e8c9d44ce0d431ef0228e011c13832bf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.4.ebuild,v 1.3 2003/03/16 15:23:52 hannes Exp $
inherit kde-base
need-kde 3.1
IUSE=""
DESCRIPTION="A Latex Editor and TeX shell for kde"
SRC_URI="http://perso.club-internet.fr/pascal.brachet/kile/${P}.tar.gz"
HOMEPAGE="http://perso.club-internet.fr/pascal.brachet/kile/"
DEPEND="$DEPEND dev-lang/perl"
RDEPEND="${RDEPEND} app-text/tetex"
KEYWORDS="x86"
LICENSE="GPL-2"
|