Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 298309 Details for
Bug 398137
itap rdp client - a closed source rdp client that supports (among other things) TS-Gateway servers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/itap-rdp-1.0.0.16160.ebuild
itap-rdp-1.0.0.16160.ebuild (text/plain), 1023 bytes, created by
Nils Andresen
on 2012-01-08 10:45:47 UTC
(
hide
)
Description:
net-misc/itap-rdp-1.0.0.16160.ebuild
Filename:
MIME Type:
Creator:
Nils Andresen
Created:
2012-01-08 10:45:47 UTC
Size:
1023 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >inherit eutils > >DESCRIPTION="A Remote Desktop Protocol Client. iTap RDP gives you complete control over and fast access to your Windows PC from anywhere." > >HOMEPAGE="http://itap-mobile.com/desktop/rdp" >MY_PN_BASE="2011-07-27-qmote_Linux" >MY_SRC_URI_BASE="http://cf3.itap-mobile.com/downloads/qmote/${MY_PN_BASE}" >SRC_URI="x86? ( ${MY_SRC_URI_BASE}_i386-${PV}.tar.gz ) > amd64? ( ${MY_SRC_URI_BASE}_x86_64-${PV}.tar.gz )" > >LICENSE="" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >#DEPEND="" >RDEPEND="${DEPEND}" >if use x86 ; then > S="${WORKDIR}/${MY_PN_BASE}_i386-${PV}" >else > S="${WORKDIR}/${MY_PN_BASE}_x86_64-${PV}" >fi > >src_unpack() { > unpack "${A}" > ls >} > >src_install() { > cd "${S}" > ls > insinto /opt/${PN} > doins -r libs || die > exeinto /opt/${PN} > doexe qmote || die > dodir /usr/bin || die > dosym /opt/${PN}/qmote /usr/bin/ || die > dosym /opt/${PN}/qmote /usr/bin/itap-rdp || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 398137
:
298309
|
298311