22 lines
529 B
Bash
22 lines
529 B
Bash
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /cvsroot/gentoo-deutsch/ebuilds/app-dicts/XSteak/XSteak-1.7.3.ebuild,v 1.2 2003/10/03 15:36:52 dertobi123 Exp $
|
||
|
|
||
|
inherit kde-base
|
||
|
need-kde 3.1
|
||
|
|
||
|
DESCRIPTION="KDE based GUI for the steak Dictionary"
|
||
|
HOMEPAGE="http://www.der-fritz.de/ksteak/"
|
||
|
|
||
|
SRC_URI="http://www.der-fritz.de/ksteak/${P}.tar.bz2"
|
||
|
LICENSE="GPL"
|
||
|
SLOT="0"
|
||
|
KEYWORDS="~x86 ~ppc"
|
||
|
|
||
|
IUSE=""
|
||
|
|
||
|
DEPEND="app-text/ispell
|
||
|
app-dicts/Steak"
|
||
|
RDEPEND=""
|
||
|
|