mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-26 06:11:25 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-scrobbler/xmms-scrobbler-0.3.6.ebuild,v 1.3 2005/09/09 12:19:33 flameeyes Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
DESCRIPTION="Audioscrobbler music-profiling plugin for XMMS"
|
||||
HOMEPAGE="http://www.audioscrobbler.com/"
|
||||
SRC_URI="http://static.audioscrobbler.com/plugins/${P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc sparc x86"
|
||||
|
||||
DEPEND="media-sound/xmms
|
||||
net-misc/curl
|
||||
>=media-libs/musicbrainz-2.0.2-r2"
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
Reference in New Issue
Block a user