diff options
Diffstat (limited to 'net-libs/gtk-vnc/gtk-vnc-0.3.2.ebuild')
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.3.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-libs/gtk-vnc/gtk-vnc-0.3.2.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.3.2.ebuild new file mode 100644 index 000000000000..2893ed596e6d --- /dev/null +++ b/net-libs/gtk-vnc/gtk-vnc-0.3.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 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.3.2.ebuild,v 1.1 2008/01/11 09:23:09 dberkholz 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" +IUSE="" +RDEPEND=">=dev-python/pygtk-2 + >=net-libs/gnutls-1.4" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die +} |