# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Chris Davies # /space/gentoo/cvsroot/gentoo-x86/header.txt,v 1.4 2001/12/16 18:19:08 verwilst Exp S=${WORKDIR}/${P} DESCRIPTION="Gesture/Handwriting recognition engine for X" 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" src_unpack() { cd ${WORKDIR} unpack ${P}.tar.gz patch -p0 < ${FILESDIR}/${PN}-${PV}-gentoo.diff || die } src_compile() { make DESTDIR=${D} || die } src_install() { make DESTDIR=${D} install || die }