# Copyright 1999-2006 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/~jwendell/vinagre/" SRC_URI="http://www.gnome.org/~jwendell/vinagre/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="nomirror" DEPEND="dev-libs/glib x11-libs/gtk+ gnome-base/libglade gnome-base/gconf net-libs/gtk-vnc" src_unpack() { unpack ${A} # just for test if it works with gtk+-2.10.13 - it doesn't! epatch ${FILESDIR}/configure.patch epatch ${FILESDIR}/configure.ac.patch } src_install() { make DESTDIR=${D} install || die }