summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/wayv/wayv-0.3.ebuild')
-rw-r--r--x11-misc/wayv/wayv-0.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-misc/wayv/wayv-0.3.ebuild b/x11-misc/wayv/wayv-0.3.ebuild
new file mode 100644
index 000000000000..da93f039c23f
--- /dev/null
+++ b/x11-misc/wayv/wayv-0.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3.ebuild,v 1.1 2003/10/04 20:21:14 lanius Exp $
+
+DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X"
+HOMEPAGE="http://www.stressbunny.com/wayv"
+SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/x11 virtual/glibc"
+RDEPEND=""
+
+src_install() {
+ einstall || die
+}