blob: 65e5bc3351fb8181d8089f56269571344d38d898 [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="161d47caef0741e7bc0d36c64a73f18b42e81917"
CROS_WORKON_TREE="57ad0a78c64254afc7597d10c6c0111b587b80e8"
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/*
}