blob: 798055a1a19e294cd19ea9721084ca3f272afc9c [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="59a6d4948e6aaa724e16ced0dbf009b6e0672427"
CROS_WORKON_TREE="9fb6493b5cc21140db8472d15867032532caba84"
CROS_WORKON_PROJECT="chromiumos/platform/crosutils"
CROS_WORKON_LOCALNAME="../scripts/"
inherit cros-workon
DESCRIPTION="Chromium OS build utilities"
HOMEPAGE="http://www.chromium.org/chromium-os"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_unpack() {
cros-workon_src_unpack
# Clean out files we don't use.
cd "${S}"
find -type l -delete
rm -rf PRESUBMIT.cfg WATCHLISTS inherit-review-settings-ok lib/shflags
}
src_install() {
exeinto /usr/lib/crosutils
doexe *
insinto /usr/lib/crosutils/lib
doins lib/*
}