summaryrefslogtreecommitdiff
blob: c638b94f001d2c88ee1da5777f12424e51a92513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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

}