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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=2
5 CROS_WORKON_COMMIT="9e3daba37d1d15c99a41a2d838bf683934cc7077"
6
7 inherit autotools cros-workon
8
9 DESCRIPTION="mtdev library for multitouch"
10 HOMEPAGE="http://bitmath.org/code/mtdev/"
11 KEYWORDS="arm x86"
12 LICENSE="MIT"
13 SLOT="0"
14 IUSE=""
15 RDEPEND=""
16 DEPEND="${RDEPEND}"
17
18 src_prepare() {
19 eautoreconf || die
20 }
21
22 src_configure() {
23 econf --disable-static \
24 --disable-maintainer-mode
25 }
26
27 src_install() {
28 emake DESTDIR="${D}" install || die
29 rm -f "${D}/usr/lib/libmtdev.la"
30 }
OLDNEW
« 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