# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="VNC viewer with a GGI backend. It is a fast and flexible VNC Client" HOMEPAGE="http://sf.net/projects/ggivnc" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libggi" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die }