--- nxssh-1.4.0-r1.ebuild 2005-02-17 07:18:03.000000000 -0600 +++ nxssh-1.5.0-r1.ebuild 2005-09-01 16:57:27.599815320 -0500 @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.4.0-r1.ebuild,v 1.2 2005/02/17 12:54:15 stuart Exp $ -MY_P="${PN}-${PV}-21" DESCRIPTION="Modified openssh client, used by nxclient" HOMEPAGE="http://www.nomachine.com/" -SRC_URI="http://www.nomachine.com/download/nxsources/nxssh/${MY_P}.tar.gz" +SRC_URI="http://www.nomachine.com/download/1.5.0/sources/nxssh-$PV-21.tar.gz + http://www.nomachine.com/download/1.5.0/sources/nxcomp-$PV-65.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~x86 ~ppc" DEPEND=">=dev-libs/openssl-0.9.7d-r1 >=sys-libs/glibc-2.3.3.20040420-r1 >=sys-libs/zlib-1.2.1-r2 @@ -21,6 +21,13 @@ IUSE="ipv6 pam tcpd" S=${WORKDIR}/${PN} src_compile() { + + cd ../nxcomp + econf --prefix="/usr/NX/" || die "Unable to configure nxcomp" + emake || die "Unable to build nxcomp" + + cd ../nxssh + local myconf use tcpd || myconf="${myconf} --without-tcp-wrappers"