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

Side by Side Diff: chromeos-base/modem-utilities/modem-utilities-9999.ebuild

Issue 6780027: modem-utilities: add ebuild (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: fix commit hash Created 9 years, 8 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 | « chromeos-base/modem-utilities/modem-utilities-0.0.1.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 cros-debug cros-workon toolchain-funcs
7
8 DESCRIPTION="Chromium OS modem utilities"
9 HOMEPAGE="http://src.chromium.org"
10 SRC_URI=""
11 LICENSE="BSD"
12 SLOT="0"
13 KEYWORDS="~amd64 ~arm ~x86"
14
15 RDEPEND="
16 sys-apps/dbus
17 "
18
19 DEPEND="${RDEPEND}"
20
21 src_compile() {
22 cros-debug-add-NDEBUG
23 emake || die "Failed to compile"
24 }
25
26 src_install() {
27 emake DESTDIR=${D} install || die "Install failed"
28 }
OLDNEW
« no previous file with comments | « chromeos-base/modem-utilities/modem-utilities-0.0.1.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698