# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A library for user notifications" HOMEPAGE="http://www.galago.info/files/releases/source/" SRC_URI="http://www.galago.info/files/releases/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-util/pkgconfig >=glib-2.2.2 >=dbus-0.23 >=gdk-pixbuf-2.0" RDEPEND=">=glib-2.2.2 >=dbus-0.23 >=gdk-pixbuf-2.0" #src_compile() { # econf || die "econf failed" # emake || die "emake failed" #} src_install() { einstall || die "einstall failed" }