# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An implementation of the GEIS (Gesture Engine Interface and Support) interface." SRC_URI="http://launchpad.net/utouch-geis/2.x/${PV}/+download/utouch-geis-${PV}.tar.gz" HOMEPAGE="https://launchpad.net/utouch-geis" KEYWORDS="~x86 ~amd64" SLOT="0" LICENSE="GPL-2 LGPL-3" IUSE="" RDEPEND="" DEPEND="${RDEPEND} x11-libs/utouch-grail " src_compile() { econf emake || die } src_install() { emake DESTDIR="${D}" install || die }