# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 gnome.org DESCRIPTION="VNC client for the GNOME desktop" HOMEPAGE="http://www.gnome.org/projects/vinagre/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" # Will probably want avahi, with the next version RDEPEND="dev-libs/glib >=x11-libs/gtk+-2.11.0 gnome-base/libglade gnome-base/gconf net-libs/gtk-vnc" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0" src_unpack() { unpack ${A} cd "${S}" # Use proper docdir sed -i \ -e "s:/doc/${PN}:/doc/${PF}:" \ Makefile.in || die "sed Makefile.in" eautoreconf } src_install() { emake DESTDIR="${D}" install || die "emake" # Just a copy of GPL-2 rm -f "${D}/usr/share/doc/${PF}/COPYING" }