mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-11 09:33:31 +02:00
initial import
This commit is contained in:
20
x11-plugins/wmalbum/wmalbum-0.1.5.ebuild
Normal file
20
x11-plugins/wmalbum/wmalbum-0.1.5.ebuild
Normal file
@@ -0,0 +1,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
|
||||
}
|
||||
Reference in New Issue
Block a user