diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-12-21 16:47:04 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-12-21 16:47:04 +0000 |
commit | b3ca9cda14c062e7395ce88a24445a6c5b6817a6 (patch) | |
tree | 7a745a4f2a9449542ca9a021bdef24c513e8cf13 /net-misc/nxclient | |
parent | Version bump (diff) | |
download | historical-b3ca9cda14c062e7395ce88a24445a6c5b6817a6.tar.gz historical-b3ca9cda14c062e7395ce88a24445a6c5b6817a6.tar.bz2 historical-b3ca9cda14c062e7395ce88a24445a6c5b6817a6.zip |
Version bump
Diffstat (limited to 'net-misc/nxclient')
-rw-r--r-- | net-misc/nxclient/Manifest | 2 | ||||
-rw-r--r-- | net-misc/nxclient/files/digest-nxclient-1.3.0 | 1 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-1.3.0.ebuild | 61 |
3 files changed, 63 insertions, 1 deletions
diff --git a/net-misc/nxclient/Manifest b/net-misc/nxclient/Manifest index 7004b7d57c17..2b0e3924639b 100644 --- a/net-misc/nxclient/Manifest +++ b/net-misc/nxclient/Manifest @@ -1,7 +1,7 @@ MD5 ea19c16fcd0cb3599797dc33503b4e6e nxclient-1.3.0_beta2.ebuild 1671 MD5 e96a981d893ec431b6efe57611a60a72 nxclient-1.2.2-r1.ebuild 1674 MD5 31e82fbb84c188e97d96e54592b5d2d7 nxclient-1.2.2.ebuild 1669 -MD5 6a0b4082e0fdb20ee0f51af88bb74cd6 ChangeLog 638 +MD5 c458d6f002bbba12808ad81d38c8df4e ChangeLog 706 MD5 0c45102b5a8bcb60e69d30c85171279c nxclient-1.3.0.ebuild 1615 MD5 c1c67a77261d3b3fede94b41a9d0ce1e metadata.xml 455 MD5 70300235b8f230415e399a7571029075 files/digest-nxclient-1.3.0_beta2 81 diff --git a/net-misc/nxclient/files/digest-nxclient-1.3.0 b/net-misc/nxclient/files/digest-nxclient-1.3.0 new file mode 100644 index 000000000000..67332dcc20b3 --- /dev/null +++ b/net-misc/nxclient/files/digest-nxclient-1.3.0 @@ -0,0 +1 @@ +MD5 a651a18f5ec4cca3bb1b6b04020582c5 nxclient-1.3.0-37.i386.rpm 821794 diff --git a/net-misc/nxclient/nxclient-1.3.0.ebuild b/net-misc/nxclient/nxclient-1.3.0.ebuild new file mode 100644 index 000000000000..0c7d6a580ac1 --- /dev/null +++ b/net-misc/nxclient/nxclient-1.3.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +inherit rpm + +DESCRIPTION="NXClient is a X11/VNC/NXServer client especially tuned for using remote desktops over low-bandwidth links such as the Internet" +HOMEPAGE="www.nomachine.com" + +IUSE="" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 -ppc -sparc -alpha -mips" +RESTRICT="nostrip" + +MY_PV="${PV}-37" +SRC_URI="http://www.nomachine.com/download/nxclient/RedHat-9.0/nxclient-${MY_PV}.i386.rpm" + +DEPEND=">=media-libs/jpeg-6b-r3 + >=sys-libs/glibc-2.3.2-r1 + >=sys-libs/zlib-1.1.4-r1 + >=x11-base/xfree-4.3.0-r2 + >=net-misc/nxssh-1.3.0 + >=net-misc/nxproxy-1.3.0 + >=dev-libs/expat-1.95.6-r1 + >=media-libs/fontconfig-2.2.0-r2 + >=media-libs/freetype-2.1.4 + >=media-libs/jpeg-6b-r3" + +S="${WORKDIR}" + +src_compile() { + return; +} + +src_install() { + exeinto /usr/NX/bin + doexe usr/NX/bin/nxartsdstatus + doexe usr/NX/bin/nxclient +# doexe usr/NX/bin/nxproxy +# doexe usr/NX/bin/nxssh + +# insinto /usr/NX/lib +# dolib usr/NX/lib/libXcomp.so.1.2.2 + + insinto /usr/NX/share + doins usr/NX/share/client.id_dsa.key + insinto /usr/NX/share/icons + doins usr/NX/share/icons/* + insinto /usr/NX/share/images + doins usr/NX/share/images/*.png + + insinto /etc/env.d + doins ${FILESDIR}/${PVR}/50nxclient + + insinto /usr/kde/3.1/share/applnk/Internet + doins "usr/NX/share/applnk/NX Client for Linux/nxclient-admin.desktop" + doins "usr/NX/share/applnk/NX Client for Linux/nxclient-help.desktop" + doins "usr/NX/share/applnk/NX Client for Linux/nxclient-wizard.desktop" + doins "usr/NX/share/applnk/NX Client for Linux/nxclient.desktop" +} |