Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6884 - x2vnc-1.4.ebuild
Summary: x2vnc-1.4.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: J Robert Ray
URL:
Whiteboard:
Keywords:
: 7019 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-22 09:50 UTC by Henrik Johansson
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
x2vnc 1.4 (x2vnc-1.4.ebuild,577 bytes, application/octet-stream)
2002-08-22 09:51 UTC, Henrik Johansson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Johansson 2002-08-22 09:50:49 UTC
S=${WORKDIR}/${P}
DESCRIPTION="Control a remote computer running VNC from X"
SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz"
HOMEPAGE="http://www.hubbe.net/~hubbe/x2vnc.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc sparc64"

DEPEND="virtual/x11"

src_compile() {

xmkmf || die
make || die

}

src_install () {

make DESTDIR=${D} install || die

}
Comment 1 Henrik Johansson 2002-08-22 09:51:52 UTC
Created attachment 3305 [details]
x2vnc 1.4
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-11-02 06:47:49 UTC
*** Bug 7019 has been marked as a duplicate of this bug. ***
Comment 3 J Robert Ray 2002-11-06 04:13:33 UTC
Committed.