# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 DESCRIPTION="GNOME panel applet to control playback of Rhythmbox." HOMEPAGE="http://web.ics.purdue.edu/~kuliniew/rhythmbox-applet/" SRC_URI="http://web.ics.purdue.edu/~kuliniew/rhythmbox-applet/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-sound/rhythmbox-0.8.6 >=gnome-base/gnome-panel-2.6" DOCS="AUTHORS COPYING ChangeLog NEWS README* THANKS" src_compile() { gnome2_src_compile } src_install() { gnome2_src_install } pkg_postinst() { gnome2_pkg_postinst }