summaryrefslogtreecommitdiff
blob: 4340d5d8195585aea0c9489f3e8ea2e398776f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Kernel multi-touch transformation library"
SRC_URI="http://launchpad.net/mtdev/trunk/1.1.0/+download/mtdev-1.1.0.tar.gz"
HOMEPAGE="https://launchpad.net/hci/mtdev"
KEYWORDS="~x86 ~amd64"
SLOT="0" 
LICENSE="MIT"
IUSE=""

src_compile() {
    econf
    emake || die
}

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

}