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

Side by Side Diff: x11-libs/mtdev/mtdev-9999.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
« no previous file with comments | « x11-libs/mtdev/mtdev-1.1.0.ebuild ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
6 inherit autotools cros-workon
7
8 DESCRIPTION="mtdev library for multitouch"
9 HOMEPAGE="http://bitmath.org/code/mtdev/"
10 KEYWORDS="~arm ~x86"
11 LICENSE="MIT"
12 SLOT="0"
13 IUSE=""
14 RDEPEND=""
15 DEPEND="${RDEPEND}"
16
17 src_prepare() {
18 eautoreconf || die
19 }
20
21 src_configure() {
22 econf --disable-static \
23 --disable-maintainer-mode
24 }
25
26 src_install() {
27 emake DESTDIR="${D}" install || die
28 rm -f "${D}/usr/lib/libmtdev.la"
29 }
OLDNEW
« no previous file with comments | « x11-libs/mtdev/mtdev-1.1.0.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698