diff options
Diffstat (limited to 'x11-apps/ginn/ginn-0.2.5.ebuild')
-rw-r--r-- | x11-apps/ginn/ginn-0.2.5.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-apps/ginn/ginn-0.2.5.ebuild b/x11-apps/ginn/ginn-0.2.5.ebuild new file mode 100644 index 0000000..c638b94 --- /dev/null +++ b/x11-apps/ginn/ginn-0.2.5.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +inherit autotools + +DESCRIPTION="Gesture Injector: No-GEIS, No-Toolkits" +SRC_URI="http://launchpad.net/ginn/0.x/${PV}/+download/ginn-${PV}.tar.gz" +HOMEPAGE="http://launchpad.net/canonical-multitouch/ginn" +KEYWORDS="~x86 ~amd64" +SLOT="0" +LICENSE="LGPL-3" +IUSE="" + + + +RDEPEND="" +DEPEND="${RDEPEND} + x11-libs/utouch-geis + >=x11-libs/bamf-0.2.104 + " + +src_prepare() { + epatch "${FILESDIR}/ginn-0.2.5-fix_configure.ac.patch" + eautoconf +} + +src_compile() { + econf + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + +} |