Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: x11-libs/mtdev/mtdev-1.1.0.ebuild

Issue 6657039: fix build Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+}
« no previous file with comments | « x11-drivers/xf86-input-multitouch/xf86-input-multitouch-9999.ebuild ('k') | x11-libs/mtdev/mtdev-9999.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698