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 (-6 / +11 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"
6
DESCRIPTION="X11 protocol compression library wrapper"
5
DESCRIPTION="X11 protocol compression library wrapper"
7
HOMEPAGE="http://www.nomachine.com/"
6
HOMEPAGE="http://www.nomachine.com/"
8
URI_BASE="http://www.nomachine.com/download/nxsources/"
7
URI_BASE="http://www.nomachine.com/download/1.5.0/sources/"
9
SRC_NXPROXY="${MY_P}.tar.gz"
8
SRC_URI="$URI_BASE/nxproxy-$PV-9.tar.gz
10
SRC_URI="$URI_BASE/nxproxy/${SRC_NXPROXY}"
9
	 $URI_BASE/nxcomp-$PV-65.tar.gz"
11
LICENSE="GPL-2"
10
LICENSE="GPL-2"
12
SLOT="0"
11
SLOT="0"
13
KEYWORDS="x86 ~ppc"
12
KEYWORDS="~x86 ~ppc"
14
IUSE=""
13
IUSE=""
15
DEPEND="=net-misc/nx-x11-1.4*
14
DEPEND="=net-misc/nx-x11-1.5*
16
	sys-devel/patch
15
	sys-devel/patch
17
	>=media-libs/jpeg-6b-r3
16
	>=media-libs/jpeg-6b-r3
18
	>=sys-libs/glibc-2.3.2-r1
17
	>=sys-libs/glibc-2.3.2-r1
Lines 24-29 DEPEND="=net-misc/nx-x11-1.4* Link Here
24
S=${WORKDIR}/${PN}
23
S=${WORKDIR}/${PN}
25
24
26
src_compile() {
25
src_compile() {
26
27
	cd ../nxcomp
28
	econf --prefix="/usr/NX/" || die "Unable to configure nxcomp"
29
	emake || die "Unable to build nxcomp"
30
31
	cd ../nxproxy
27
	./configure
32
	./configure
28
33
29
	emake || die "compile problem"
34
	emake || die "compile problem"

Return to bug 101691