# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="VNC Client for the GNOME Desktop." HOMEPAGE="http://www.gnome.org/projects/vinagre/index.html" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="nomirror" DEPEND="dev-libs/glib >=x11-libs/gtk+-2.11.0 gnome-base/libglade gnome-base/gconf net-libs/gtk-vnc" src_install() { make DESTDIR=${D} install || die }