# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P=${P/-plugins} DESCRIPTION="This plugin fetches cover art, and album information from amazon." HOMEPAGE="http://sarine.nl/amazon-provider" SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=media-sound/gmpc-0.14.0" S=${WORKDIR}/${MY_P} src_compile () { ./configure --prefix=${D}/usr emake } src_install () { emake install }