Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101691 | Differences between
and this patch

Collapse All | Expand All

(-)nxssh-1.4.0-r1.ebuild (-3 / +11 lines)
Lines 2-14 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $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 $
4
4
5
MY_P="${PN}-${PV}-21"
6
DESCRIPTION="Modified openssh client, used by nxclient"
5
DESCRIPTION="Modified openssh client, used by nxclient"
7
HOMEPAGE="http://www.nomachine.com/"
6
HOMEPAGE="http://www.nomachine.com/"
8
SRC_URI="http://www.nomachine.com/download/nxsources/nxssh/${MY_P}.tar.gz"
7
URI_BASE="http://64.34.161.181/download/1.5.0/sources"
8
SRC_URI="$URI_BASE/nxssh-$PV-23.tar.gz
9
	 $URI_BASE/nxcomp-$PV-80.tar.gz"
9
LICENSE="as-is"
10
LICENSE="as-is"
10
SLOT="0"
11
SLOT="0"
11
KEYWORDS="x86 ~ppc"
12
KEYWORDS="~x86 ~ppc"
12
DEPEND=">=dev-libs/openssl-0.9.7d-r1
13
DEPEND=">=dev-libs/openssl-0.9.7d-r1
13
	    >=sys-libs/glibc-2.3.3.20040420-r1
14
	    >=sys-libs/glibc-2.3.3.20040420-r1
14
	    >=sys-libs/zlib-1.2.1-r2
15
	    >=sys-libs/zlib-1.2.1-r2
Lines 21-26 IUSE="ipv6 pam tcpd" Link Here
21
S=${WORKDIR}/${PN}
22
S=${WORKDIR}/${PN}
22
23
23
src_compile() {
24
src_compile() {
25
26
	cd ../nxcomp
27
	econf --prefix="/usr/NX/" || die "Unable to configure nxcomp"
28
	emake || die "Unable to build nxcomp"
29
30
	cd ../nxssh
31
			
24
	local myconf
32
	local myconf
25
33
26
	use tcpd || myconf="${myconf} --without-tcp-wrappers"
34
	use tcpd || myconf="${myconf} --without-tcp-wrappers"

Return to bug 101691