# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ inherit gnome2 DESCRIPTION="Brightside is a tool to add reactivity to the corners and edges of your Gnome desktop." HOMEPAGE="http://home.jesus.ox.ac.uk/~ecatmur/brightside/" SRC_URI="http://home.jesus.ox.ac.uk/~ecatmur/brightside/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=gnome-base/libgnomeui-2 >=gnome-base/libglade-2 >=x11-libs/libwnck-2.1.5" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.15" S=${WORKDIR}/${P} G2CONF="${G2CONF} --enable-tray-icon" src_compile() { gnome2_src_configure emake || die } src_install() { gnome2_src_install } DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"