# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The X2Go Qt client" HOMEPAGE="http://x2go.berlios.de" SRC_URI="http://x2go.obviously-nice.de/deb/pool/x2goclient/x2goclient_2.0.1-21.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND=">=x11-libs/qt-4.0 net-misc/nx net-nds/openldap" src_compile() { qmake -project qmake emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" }