1
0
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:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View 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
}