# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.2.0.ebuild,v 1.2 2007/11/02 13:06:12 angelos Exp $ DESCRIPTION="VNC viewer widget for GTK." HOMEPAGE="http://gtk-vnc.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" RDEPEND=">=dev-python/pygtk-2 >=net-libs/gnutls-1.4" DEPEND="${RDEPEND}" src_install() { emake DESTDIR="${D}" install || die }