# Copyright 2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="A universally usable notify-daemon implemented in GTK2" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://gnotify.sourceforge.net" IUSE="" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" RDEPEND=">=x11-libs/gtk+-2* >=media-libs/gstreamer dev-libs/libxml2" DEPEND=">=x11-libs/gtk+-2* >=media-libs/gstreamer dev-libs/libxml2" src_compile() { econf||die emake||die } src_install() { dodoc README AUTHORS ChangeLog NEWS TODO PROTOCOL dobin src/gnotify dodir /usr/include/GNotify insinto /usr/include/GNotify doins include/gnotify.h einfo "To use gnotify, start the Daemon as a User by" einfo "typing gnotify. Than connect with telnet to" einfo "\"localhost 7206\" and than type \"MSG: Hello World\"" einfo "to see gnotify in action" }