# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Karaoke player for Linux" HOMEPAGE="http://www.kibosh.org/pykaraoke/index.php" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=">=dev-lang/python-2.4.2 >=dev-python/pygame-1.6.2 >=dev-python/wxpython-2.6.1.0 >=dev-python/numeric-23.7 >=x11-libs/wxGTK-2.6.2-r1" src_install() { python setup.py install --root=${D} --prefix=/usr || die "setup.py install failed" newicon icons/audio_16.png audio_16.png make_desktop_entry pykaraoke PyKaraoke audio_16.png }