# 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-2.6.20 >=gnome-base/libglade-2.6.0 >=gnome-base/gnome-keyring-0.4.2 =media-libs/gstreamer-0.10* =media-libs/gst-plugins-base-0.10* =media-libs/gst-plugins-good-0.10*" RDEPEND="${DEPEND}" src_compile () { addpredict "/root/.gstreamer-0.10" 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 }