# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="a funny billiards simulator game, under KDE." HOMEPAGE="http://www.hostnotfound.it/kbilliards.php" SRC_URI="http://www.hostnotfound.it/kbilliards/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" need-kde 3 pkg_setup() { if ! useq arts; then eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" die fi } src_unpack() { base_src_unpack kde_sandbox_patch ${S}/media/balls ${S}/media/maps ${S}/media/other ${S}/media/sound }