# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PV=${PV/_/} MY_P=${PN}-${MY_PV} DESCRIPTION="Audioscrobbler music profiling for rhythmbox" HOMEPAGE="http://members.cox.net/alexrevo/" SRC_URI="http://members.cox.net/alexrevo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc" IUSE="" DEPEND=">=media-sound/rhythmbox-0.8.* >=dev-python/gnome-python-2.6.0" S=${WORKDIR}/${MY_P} src_compile() { emake PREFIX=/usr || die "emake failed" } src_install() { mkdir -p ${D}/usr/bin make PREFIX=${D}/usr install || die }