blob: cb8640921c92aa9855429f4141c427d470bb882d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2003 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-r1.ebuild,v 1.1 2003/09/10 17:20:13 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}-85"
SRC_URI="http://www.nomachine.com/download/nxserver-SBE-1.2.2/RedHat-9.0/nxserver-1.2.2-85.i386.rpm"
|