# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI=4 PYTHON_DEPEND="2" inherit distutils eutils python DESCRIPTION="PyKaraoke is a free karaoke player" HOMEPAGE="http://kibosh.org/pykaraoke/index.php" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="mutagen" DEPEND="" RDEPEND="dev-lang/python dev-python/pygame dev-python/wxpython media-libs/sdl-mixer[timidity] media-libs/libsdl mutagen? ( media-libs/mutagen )" src_prepare() { epatch "${FILESDIR}/${PN}-custom_pattern.patch" } src_install() { distutils_src_install newicon icons/pykaraoke.xpm ${PN}.xpm }