# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.3 2003/10/15 17:55:15 taviso Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Stroke and Guesture recognition Library" SRC_URI="http://www.etla.net/${PN}/${P}.tar.gz" HOMEPAGE="http://www.etla.net/libstroke" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~sparc alpha ~ppc" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-libs/gtk+-1.2.10 >=x11-base/xfree-4.0.3" src_compile() { econf || die emake || die } src_install () { make DESTDIR=${D} install || die dodoc COPYING COPYRIGHT CREDITS ChangeLog README }