blob: 2f33e01643a07190562bf68d4a07f047e2030ab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild,v 1.8 2006/01/22 13:24:40 nelchael Exp $
DESCRIPTION="WMAlbum is a dock applet that displays album covers for songs being played by XMMS."
HOMEPAGE="http://wmalbum.sourceforge.net/"
SRC_URI="mirror://sourceforge/wmalbum/wmalbum-0.1.5.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
RDEPEND="media-sound/xmms"
DEPEND="media-libs/gdk-pixbuf"
src_install() {
einstall
dodoc AUTHORS NEWS README TODO THANKS
insinto /usr/share/doc/${PF}
doins wmalbum
}
|