# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit python DESCRIPTION="Python bindings for libnotify" HOMEPAGE="http://www.galago-project.org/" SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" # Needs pygtk for StatusIcon RDEPEND=">=dev-python/pygtk-2.10.1 >=dev-lang/python-2.4 x11-libs/libnotify" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README }