blob: d6ed0ba94c30f8d0c9ceb1991a2abf668e3a9c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Authors Thomas Geiger <tom@wahuu.at>, Dominik Bartenstein <dom@wahuu.at>
# $Header: /var/cvsroot/gentoo-x86/app-misc/kbrain/kbrain-0.1.3.ebuild,v 1.1 2002/05/24 03:15:17 rphillips Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base || die
S="${WORKDIR}/kbrain-${PV}"
need-kde 3.0
DESCRIPTION="handy program to create Mind Maps"
SRC_URI="http://cmjartan.freezope.org/kbrain/files/${P}.tar.gz"
HOMEPAGE="http://cmjartan.freezope.org/kbrain"
|