# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="xmms plugin for the playground gnome-panel applet." HOMEPAGE="http://home.gna.org/playground/" SRC_URI="http://download.gna.org/playground/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/glib-2.0 >=media-sound/playground-0.3 >=media-sound/xmms-1.2.6" RESTRICT="nomirror" src_install () { make DESTDIR="${D}" install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS }