# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="${PN}-${PV}-9" DESCRIPTION="X11 protocol compression library wrapper" HOMEPAGE="http://www.nomachine.com/" SRC_URI="http://www.nomachine.com/download/1.5.0/sources/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="=net-misc/nx-x11-1.5* sys-devel/patch" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" S=${WORKDIR}/${PN} src_compile() { ./configure emake || die "compile problem" } src_install() { exeinto /usr/NX/bin doexe nxproxy dodoc README README-IPAQ README-VALGRIND VERSION LICENSE }