Index: x11-libs/mtdev/mtdev-1.1.0.ebuild |
diff --git a/x11-libs/mtdev/mtdev-1.1.0.ebuild b/x11-libs/mtdev/mtdev-1.1.0.ebuild |
new file mode 100644 |
index 0000000000000000000000000000000000000000..136cbc49c9e6e299cb40f7b59557d1ce3e9364ca |
--- /dev/null |
+++ b/x11-libs/mtdev/mtdev-1.1.0.ebuild |
@@ -0,0 +1,30 @@ |
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
+# Distributed under the terms of the GNU General Public License v2 |
+ |
+EAPI=2 |
+CROS_WORKON_COMMIT="9e3daba37d1d15c99a41a2d838bf683934cc7077" |
+ |
+inherit autotools cros-workon |
+ |
+DESCRIPTION="mtdev library for multitouch" |
+HOMEPAGE="http://bitmath.org/code/mtdev/" |
+KEYWORDS="arm x86" |
+LICENSE="MIT" |
+SLOT="0" |
+IUSE="" |
+RDEPEND="" |
+DEPEND="${RDEPEND}" |
+ |
+src_prepare() { |
+ eautoreconf || die |
+} |
+ |
+src_configure() { |
+ econf --disable-static \ |
+ --disable-maintainer-mode |
+} |
+ |
+src_install() { |
+ emake DESTDIR="${D}" install || die |
+ rm -f "${D}/usr/lib/libmtdev.la" |
+} |