# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" DESCRIPTION="daemon that displays passive pop-up notifications" HOMEPAGE="https://launchpad.net/notify-osd" SRC_URI="http://launchpad.net/notify-osd/lucid/ubuntu-10.04-beta-2/+download/$PN-$PV.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/libwnck-2.28.0 >=gnome-base/gconf-2.28.1 >=dev-util/pkgconfig-0.23 >=x11-libs/libnotify-0.4.5 !xfce-extra/xfce4-notifyd !x11-misc/notification-daemon" RDEPEND="${DEPEND}" src_compile() { econf emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" }