# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A super-simple Gtk+ based personal to-do list manager" SRC_URI="http://glista.googlecode.com/files/glista-${PV}.tar.gz" HOMEPAGE="http://prematureoptimization.org/glista" KEYWORDS="~x86 ~amd64" LICENSE="GPL-3" SLOT="0" RDEPEND=">=x11-libs/gtk+-2.12 >=dev-libs/glib-2.10 >=dev-libs/libxml2-2.6.0" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc README ChangeLog || die }