# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Gmail notifier applet for GNOME" HOMEPAGE="http://pages.suddenlink.net/webrebel/gnome-gmail-notifier/" SRC_URI="http://gnome-gmail-notifier.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="x11-libs/gtk+ >=gnome-base/gnome-panel-2 >=net-libs/libsoup-2.2.0 >=x11-libs/libnotify-0.4.3" src_compile () { econf || die "could not configure" emake || die "emake failed" } src_install() { make install DESTDIR=${D} || die "Failed at make install" dodoc AUTHORS COPYING ChangeLog INSTALL README TODO }