22 lines
555 B
Bash
22 lines
555 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/"
|
|
MY_P=${P/_/}
|
|
S=${WORKDIR}/${MY_P}
|
|
SRC_URI="http://www.der-fritz.de/ksteak/${MY_P}.tar.bz2"
|
|
LICENSE="GPL"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~ppc ~amd64"
|
|
|
|
IUSE=""
|
|
|
|
DEPEND="app-dicts/steak"
|
|
RDEPEND=""
|
|
|