# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="GNOME Gmail Notifier" HOMEPAGE="http://notifier.geekysuavo.org/" SRC_URI="http://files.geekysuavo.org/notifier/${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 >=dev-libs/libxml2 >=gnome-base/libglade-2.6.0 >=net-libs/gnutls" RDEPEND="x11-libs/gtk+ >=gnome-base/gnome-panel-2 >=net-libs/libsoup-2.2.0 >=x11-libs/libnotify-0.4.3 >=dev-libs/libxml2 >=gnome-base/libglade-2.6.0 >=net-libs/gnutls" 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 LICENSE README NEWS }