blob: 5916d0718b6a1751c8c28c6e37b8212c7a4c763f [file] [log] [blame] [edit]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
CROS_WORKON_COMMIT="80fbc6c5d03ba9c192f0e406ee0b6ec60711d603"
CROS_WORKON_PROJECT="chromiumos/third_party/rootdev"
inherit toolchain-funcs cros-workon
DESCRIPTION="Chrome OS root block device tool/library"
HOMEPAGE="http://src.chromium.org"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 arm"
IUSE=""
src_compile() {
tc-getCC
emake || die
}
src_install() {
dodir /usr/bin
exeinto /usr/bin
doexe ${S}/rootdev
dodir /usr/lib
dolib.so librootdev.so*
dodir /usr/include/rootdev
insinto /usr/include/rootdev
doins rootdev.h
}