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/" 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 }