diff options
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 14 | ||||
-rw-r--r-- | x11-misc/x2vnc/files/digest-x2vnc-1.4 | 1 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.4.ebuild | 29 |
3 files changed, 39 insertions, 5 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index a646aa0ec591..e77afa8b61ab 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,9 +1,13 @@ -# ChangeLog for x11-misc/ikons +# ChangeLog for x11-misc/x2vnc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.3 2002/11/05 03:02:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.4 2002/11/06 10:13:26 jrray Exp $ -*x2vnc (10 May 2002) +*x2vnc-1.4 (06 Nov 2002) + + 06 Nov 2002; J Robert Ray <jrray@gentoo.org> : New upstream + version. + +*x2vnc-1.31 (10 May 2002) 10 May 2002; B.Verwilst <verwilst@gentoo.org> ChangeLog : - - Initial ebuild + Initial ebuild, submitted by J Robert Ray <jrray@jrray.org>. diff --git a/x11-misc/x2vnc/files/digest-x2vnc-1.4 b/x11-misc/x2vnc/files/digest-x2vnc-1.4 new file mode 100644 index 000000000000..7e5a361600e5 --- /dev/null +++ b/x11-misc/x2vnc/files/digest-x2vnc-1.4 @@ -0,0 +1 @@ +MD5 03a5bf0b30c8a93e1e3ec105844c5950 x2vnc-1.4.tar.gz 57696 diff --git a/x11-misc/x2vnc/x2vnc-1.4.ebuild b/x11-misc/x2vnc/x2vnc-1.4.ebuild new file mode 100644 index 000000000000..77d0b99c80ba --- /dev/null +++ b/x11-misc/x2vnc/x2vnc-1.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.4.ebuild,v 1.1 2002/11/06 10:13:26 jrray Exp $ + +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" + +DEPEND="virtual/x11" +IUSE="" + +src_compile() { + + xmkmf || die + make || die + +} + +src_install () { + + make DESTDIR=${D} install || die + +} + + |