blob: 53d57cb6b395ce2ac131f1d9ae2943630d1ba67e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxserver-business/nxserver-business-1.2.2-r2.ebuild,v 1.3 2004/03/10 22:07:41 stuart Exp $
inherit nxserver
DEPEND="$DEPEND
!net-misc/nxserver-personal
!net-misc/nxserver-enterprise
=net-misc/nxssh-1.2.2-r1
=net-misc/nxproxy-1.2.2-r1"
MY_PV="${PV}-86"
SRC_URI="http://www.nomachine.com/download/nxserver-SBE-1.2.2/RedHat-9.0/nxserver-1.2.2-86.i386.rpm"
|