# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="Multitouch Protocol Translation Library" HOMEPAGE="http://bitmath.org/code/mtdev/" SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND} >=sys-kernel/linux-headers-2.6" src_install() { emake DESTDIR="${D}" install || die "Install failed." }