# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # we are a kde-ebuild inherit kde DESCRIPTION="SchafKopf is a KDE version of a popular Bavarian card game." SRC_URI="http://download.berlios.de/schafkopf/schafkopf-${PV}.tar.gz" HOMEPAGE="http://schafkopf.berlios.de" # only install one instance of SchafKopf SLOT=0 LICENSE=GPL-2 # we develop on amd64 and x86 so both can be considered stable KEYWORDS="amd64 x86 ~ppc" # we need kdegames DEPEND=">=kde-base/kdegames-3.2.0" RDEPEND=">=kde-base/kdegames-3.2.0" need-kde 3