# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Oct 05 2006 penschuck@gmail.com inherit flag-o-matic gnome2 eutils autotools SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DESCRIPTION="an app_notify client" HOMEPAGE="http://gastify.googlepages.com" SRC_URI="http://gastify.googlecode.com/files/${P}.tar.gz" IUSE="" RDEPEND=">=dev-libs/glib-2.12.0 >=x11-libs/gtk+-2.10.0 >=dev-util/glade-3.0.0 >=x11-libs/libnotify-0.4.2" DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { filter-ldflags -Wl,--as-needed --as-needed } DOCS="AUTHORS ChangeLog NEWS README"