diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-11-13 21:31:21 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-11-13 21:31:21 +0000 |
commit | e0ec8707bda8fda7ed032b63f3f020530ff8ffe3 (patch) | |
tree | bdf311076b928d60f80012c0c06544cd8748de41 /net-misc | |
parent | Added 1.3.0_beta2 (diff) | |
download | historical-e0ec8707bda8fda7ed032b63f3f020530ff8ffe3.tar.gz historical-e0ec8707bda8fda7ed032b63f3f020530ff8ffe3.tar.bz2 historical-e0ec8707bda8fda7ed032b63f3f020530ff8ffe3.zip |
Added 1.3.0_beta2
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nxclient/Manifest | 4 | ||||
-rw-r--r-- | net-misc/nxclient/files/digest-nxclient-1.3.0_beta2 | 1 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-1.3.0_beta2.ebuild | 60 |
3 files changed, 63 insertions, 2 deletions
diff --git a/net-misc/nxclient/Manifest b/net-misc/nxclient/Manifest index c3002d1e5f84..04ea7c898f26 100644 --- a/net-misc/nxclient/Manifest +++ b/net-misc/nxclient/Manifest @@ -1,7 +1,7 @@ -MD5 d6b39f3c08ad7a86694de1da23f73787 nxclient-1.3.0_beta2.ebuild 1689 +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 85a9f43c74b6fbe658928c745d1895f6 ChangeLog 501 +MD5 6a0b4082e0fdb20ee0f51af88bb74cd6 ChangeLog 638 MD5 c1c67a77261d3b3fede94b41a9d0ce1e metadata.xml 455 MD5 70300235b8f230415e399a7571029075 files/digest-nxclient-1.3.0_beta2 81 MD5 36db2f249b12d3498622b939f9199c04 files/digest-nxclient-1.2.2-r1 72 diff --git a/net-misc/nxclient/files/digest-nxclient-1.3.0_beta2 b/net-misc/nxclient/files/digest-nxclient-1.3.0_beta2 new file mode 100644 index 000000000000..6b19a415994f --- /dev/null +++ b/net-misc/nxclient/files/digest-nxclient-1.3.0_beta2 @@ -0,0 +1 @@ +MD5 4b2d241d9b112ce596edb4a25e036eb4 nxclient-1.3.0-30-beta2.i386.tar.gz 1149438 diff --git a/net-misc/nxclient/nxclient-1.3.0_beta2.ebuild b/net-misc/nxclient/nxclient-1.3.0_beta2.ebuild new file mode 100644 index 000000000000..a6484f885e86 --- /dev/null +++ b/net-misc/nxclient/nxclient-1.3.0_beta2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +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" + +# this ebuild deals with release 42 of NXClient 1.2.2 +MY_PV="${PN}-1.3.0-30-beta2" +SRC_URI="http://www.nomachine.com/download/beta/nxclient-linux-binaries-beta2/${MY_PV}.i386.tar.gz" + +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_beta2 + >=net-misc/nxproxy-1.3.0_beta2 + >=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}/nxclient-install" + +src_compile() { + return; +} + +src_install() { + exeinto /usr/NX/bin +# doexe NX/bin/nxartsdstatus + doexe 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 NX/share/client.id_dsa.key + insinto /usr/NX/share/icons + doins NX/share/icons/* + insinto /usr/NX/share/images + doins NX/share/images/*.png + + insinto /etc/env.d + doins ${FILESDIR}/1.2.2/50nxclient + + insinto /usr/kde/3.1/share/applnk/Internet + doins "NX/share/applnk/NX Client for Linux/nxclient-admin.desktop" + doins "NX/share/applnk/NX Client for Linux/nxclient-help.desktop" + doins "NX/share/applnk/NX Client for Linux/nxclient-wizard.desktop" + doins "NX/share/applnk/NX Client for Linux/nxclient.desktop" +} |