summaryrefslogtreecommitdiff
blob: 4f19b49b55af013ad45fbb4762945815070a9b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-scrobbler/bmp-scrobbler-0.3.6.ebuild,v 1.2 2005/04/01 21:38:44 chainsaw Exp $

IUSE=""

DESCRIPTION="Audioscrobbler music-profiling plugin for Beep Media Player"
HOMEPAGE="http://www.audioscrobbler.com/"
MY_P=${P/bmp/xmms}
SRC_URI="http://static.audioscrobbler.com/plugins/${MY_P}.tar.bz2"
S=${WORKDIR}/${MY_P}

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86"

DEPEND="media-sound/beep-media-player
	net-misc/curl
	>=media-libs/musicbrainz-2.0.2-r2"

src_compile() {
	econf '--disable-xmms-plugin' || die
	emake || die
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog INSTALL NEWS README
}