summaryrefslogtreecommitdiff
blob: 147c477471b71e427e759aabe693207030596f03 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Gesture Recognition And Instantiation Library"
SRC_URI="http://launchpad.net/utouch-grail/trunk/v${PV}/+download/utouch-grail-${PV}.tar.gz"
HOMEPAGE="https://launchpad.net/utouch-grail"
KEYWORDS="~x86 ~amd64"
SLOT="0" 
LICENSE="GPV-3"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	x11-libs/mtdev
	x11-libs/utouch-evemu
	x11-libs/utouch-frame
	"

src_compile() {
    econf
    emake || die
}

src_install() {
    emake DESTDIR="${D}" install || die

}