# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="A full featured music manager and player for the GNOME desktop." HOMEPAGE="http://fuplayer.org" SRC_URI="http://${PN}.org/releases/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="gnome" DEPEND="dev-python/gnome-python gnome? ( gnome-base/nautilus )" src_install() { distutils_src_install }