blob: 6d464a6ed87cb42e44baf654adc057c842b4a63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/schafkopf/schafkopf-0.7.ebuild,v 1.1 2006/02/22 08:54:55 mr_bones_ Exp $
inherit kde
DESCRIPTION="a KDE version of a popular Bavarian card game"
HOMEPAGE="http://schafkopf.berlios.de"
SRC_URI="http://download.berlios.de/schafkopf/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT=0
KEYWORDS="~x86"
IUSE=""
DEPEND="|| ( kde-base/libkdegames >=kde-base/kdegames-3.2.0 )"
need-kde 3
|