Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101691 | Differences between
and this patch

Collapse All | Expand All

(-)nxproxy-1.4.0-r2.ebuild (-5 / +12 lines)
Lines 2-18 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxproxy/nxproxy-1.4.0-r2.ebuild,v 1.3 2005/05/23 18:41:11 stuart Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxproxy/nxproxy-1.4.0-r2.ebuild,v 1.3 2005/05/23 18:41:11 stuart Exp $
4
4
5
MY_P="${PN}-${PV}-2"
5
MY_P="${PN}-${PV}-9"
6
DESCRIPTION="X11 protocol compression library wrapper"
6
DESCRIPTION="X11 protocol compression library wrapper"
7
HOMEPAGE="http://www.nomachine.com/"
7
HOMEPAGE="http://www.nomachine.com/"
8
URI_BASE="http://www.nomachine.com/download/nxsources/"
8
URI_BASE="http://www.nomachine.com/download/1.5.0/sources/"
9
SRC_NXPROXY="${MY_P}.tar.gz"
9
SRC_NXPROXY="${MY_P}.tar.gz"
10
SRC_URI="$URI_BASE/nxproxy/${SRC_NXPROXY}"
10
SRC_URI="$URI_BASE/${SRC_NXPROXY}
11
	 $URI_BASE/nxcomp-1.5.0-63.tar.gz"
11
LICENSE="GPL-2"
12
LICENSE="GPL-2"
12
SLOT="0"
13
SLOT="0"
13
KEYWORDS="x86 ~ppc"
14
KEYWORDS="~x86 ~ppc"
14
IUSE=""
15
IUSE=""
15
DEPEND="=net-misc/nx-x11-1.4*
16
DEPEND="=net-misc/nx-x11-1.5*
16
	sys-devel/patch
17
	sys-devel/patch
17
	>=media-libs/jpeg-6b-r3
18
	>=media-libs/jpeg-6b-r3
18
	>=sys-libs/glibc-2.3.2-r1
19
	>=sys-libs/glibc-2.3.2-r1
Lines 24-29 DEPEND="=net-misc/nx-x11-1.4* Link Here
24
S=${WORKDIR}/${PN}
25
S=${WORKDIR}/${PN}
25
26
26
src_compile() {
27
src_compile() {
28
29
	cd ../nxcomp
30
	econf --prefix="/usr/NX/" || die "Unable to configure nxcomp"
31
	emake || die "Unable to build nxcomp"
32
33
	cd ../nxproxy
27
	./configure
34
	./configure
28
35
29
	emake || die "compile problem"
36
	emake || die "compile problem"

Return to bug 101691