diff options
Diffstat (limited to 'x11-misc/xstroke')
-rw-r--r-- | x11-misc/xstroke/xstroke-0.5.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/xstroke/xstroke-0.5.12.ebuild b/x11-misc/xstroke/xstroke-0.5.12.ebuild index a692e4092bca..d998709fb13c 100644 --- a/x11-misc/xstroke/xstroke-0.5.12.ebuild +++ b/x11-misc/xstroke/xstroke-0.5.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Chris Davies <c.davies@cdavies.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.5.12.ebuild,v 1.1 2002/05/31 08:33:35 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.5.12.ebuild,v 1.2 2002/07/08 21:31:08 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gesture/Handwriting recognition engine for X" @@ -9,6 +9,8 @@ SRC_URI="ftp://ftp.handhelds.org/pub/projects/xstroke/release-0.5/${P}.tar.gz" HOMEPAGE="http://www.east.isi.edu/projects/DSN/xstroke/" LICENSE="GPL-2" DEPEND=">=x11-base/xfree-4.1.0" +SLOT="0" +KEYWORDS="x86" src_unpack() { |