diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-05-23 00:37:12 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-05-23 00:37:12 +0000 |
commit | 4f9c43302cd3defd7b96492ce3cea241e84248d0 (patch) | |
tree | 6f152f3bfb6763836e902111b82bbe6c8ef7214b /x11-misc/wayv/wayv-0.3-r1.ebuild | |
parent | make sure we disable uclibc (diff) | |
download | historical-4f9c43302cd3defd7b96492ce3cea241e84248d0.tar.gz historical-4f9c43302cd3defd7b96492ce3cea241e84248d0.tar.bz2 historical-4f9c43302cd3defd7b96492ce3cea241e84248d0.zip |
install man page and a few other important docs
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-misc/wayv/wayv-0.3-r1.ebuild')
-rw-r--r-- | x11-misc/wayv/wayv-0.3-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-misc/wayv/wayv-0.3-r1.ebuild b/x11-misc/wayv/wayv-0.3-r1.ebuild new file mode 100644 index 000000000000..370c21bbcaa4 --- /dev/null +++ b/x11-misc/wayv/wayv-0.3-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r1.ebuild,v 1.1 2005/05/23 00:37:12 wormo 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 ~ppc" +IUSE="" + +DEPEND="virtual/x11 virtual/libc" +RDEPEND="" + +src_install() { + einstall || die + cd doc + einstall || die + dodoc HOWTO* +} |