1 |
# Copyright 1999-2005 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-1.4.0-r1.ebuild,v 1.4 2005/01/02 09:38:31 stuart Exp $ |
4 |
|
5 |
inherit rpm |
6 |
|
7 |
DESCRIPTION="NXClient is a X11/VNC/NXServer client especially tuned for using remote desktops over low-bandwidth links such as the Internet" |
8 |
HOMEPAGE="http://www.nomachine.com" |
9 |
|
10 |
IUSE="" |
11 |
LICENSE="as-is" |
12 |
SLOT="0" |
13 |
KEYWORDS="~x86 -ppc -sparc -alpha -mips" |
14 |
RESTRICT="nostrip" |
15 |
|
16 |
MY_PV="${PV}-43" |
17 |
SRC_URI="http://www.nomachine.com/download/snapshot/nxbinaries/Linux/${PN}-${MY_PV}.i386.rpm" |
18 |
|
19 |
DEPEND=">=media-libs/jpeg-6b-r3 |
20 |
>=sys-libs/glibc-2.3.2-r1 |
21 |
>=sys-libs/zlib-1.1.4-r1 |
22 |
virtual/x11 |
23 |
>=dev-libs/expat-1.95.6-r1 |
24 |
>=media-libs/fontconfig-2.2.0-r2 |
25 |
>=media-libs/freetype-2.1.4 |
26 |
>=media-libs/jpeg-6b-r3 |
27 |
>=x11-libs/qt-3.3.2 |
28 |
net-misc/nx-x11 |
29 |
>=net-misc/nxproxy-1.4.0 |
30 |
net-analyzer/gnu-netcat" |
31 |
|
32 |
S="${WORKDIR}" |
33 |
|
34 |
src_install() { |
35 |
exeinto /usr/NX/bin |
36 |
# doexe usr/NX/bin/nxartsdstatus |
37 |
doexe usr/NX/bin/nxclient |
38 |
# doexe usr/NX/bin/nxproxy |
39 |
# doexe usr/NX/bin/nxssh |
40 |
|
41 |
# insinto /usr/NX/lib |
42 |
# dolib usr/NX/lib/libXcomp.so.1.2.2 |
43 |
|
44 |
insinto /usr/NX/share |
45 |
doins usr/NX/share/client.id_dsa.key |
46 |
doins usr/NX/share/keyboards |
47 |
insinto /usr/NX/share/icons |
48 |
doins usr/NX/share/icons/* |
49 |
insinto /usr/NX/share/images |
50 |
doins usr/NX/share/images/*.png |
51 |
|
52 |
insinto /etc/env.d |
53 |
doins ${FILESDIR}/1.3.0/50nxclient |
54 |
|
55 |
for x in `echo /usr/kde/*` ; do |
56 |
insinto $x/share/applnk/Internet |
57 |
doins "usr/NX/share/applnk/NX Client for Linux/nxclient-admin.desktop" |
58 |
doins "usr/NX/share/applnk/NX Client for Linux/nxclient-help.desktop" |
59 |
doins "usr/NX/share/applnk/NX Client for Linux/nxclient-wizard.desktop" |
60 |
doins "usr/NX/share/applnk/NX Client for Linux/nxclient.desktop" |
61 |
done |
62 |
} |