diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-05-10 20:48:03 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-05-10 20:48:03 +0000 |
commit | 647f717de99f0954d94b396d38b33598a47b6dff (patch) | |
tree | 3fb3ea8b9824d75a64d7c3310234969c549cc1b7 /x11-misc | |
parent | corrected few misformed description lines (diff) | |
download | historical-647f717de99f0954d94b396d38b33598a47b6dff.tar.gz historical-647f717de99f0954d94b396d38b33598a47b6dff.tar.bz2 historical-647f717de99f0954d94b396d38b33598a47b6dff.zip |
new package, fixed #2624
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/x2vnc/files/digest-x2vnc-1.31 | 1 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.31.ebuild | 26 |
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog new file mode 100644 index 000000000000..a6d95611cde0 --- /dev/null +++ b/x11-misc/x2vnc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/ikons +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.1 2002/05/10 20:48:03 verwilst Exp $ + +*x2vnc (10 May 2002) + + 10 May 2002; B.Verwilst <verwilst@gentoo.org> ChangeLog : + + Initial ebuild diff --git a/x11-misc/x2vnc/files/digest-x2vnc-1.31 b/x11-misc/x2vnc/files/digest-x2vnc-1.31 new file mode 100644 index 000000000000..eeb22f228786 --- /dev/null +++ b/x11-misc/x2vnc/files/digest-x2vnc-1.31 @@ -0,0 +1 @@ +MD5 e71d7e9077b3cde64874949e50433bb0 x2vnc-1.31.tar.gz 53012 diff --git a/x11-misc/x2vnc/x2vnc-1.31.ebuild b/x11-misc/x2vnc/x2vnc-1.31.ebuild new file mode 100644 index 000000000000..698a1593491b --- /dev/null +++ b/x11-misc/x2vnc/x2vnc-1.31.ebuild @@ -0,0 +1,26 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author J Robert Ray <jrray@jrray.org> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.1 2002/05/10 20:48:03 verwilst 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" + +DEPEND="virtual/x11" + +src_compile() { + + xmkmf || die + make || die + +} + +src_install () { + + make DESTDIR=${D} install || die + +} + + |