blob: f6cadfc5fba8ed68c425368ea16f49c14f17b10f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.5.3.ebuild,v 1.2 2002/04/13 20:30:41 karltk Exp $
# 1.2.5 version links agaisnt KDE3
PV=1.2.5
P=${PN}-${PV}
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base
need-kde 3
DESCRIPTION="A Graphical Debugger Interface to gdb"
SRC_URI="http://prdownloads.sourceforge.net/kdbg/${P}.tar.gz"
HOMEPAGE="http://members.nextra.at/johsixt/kdbg.html"
myconf="$myconf --with-kde-version=3"
export LIBQTMT="-lqt-mt"
RDEPEND=">=sys-devel/gdb-5.0"
|