blob: 11a80744c14e9133c8a6be1a30fbb71263e0df1c [file] [log] [blame]
#
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header:$
#
EAPI=2
CROS_WORKON_COMMIT="c1ea6a1873fb28c64afa2eb56391fe11d6eedb65"
CROS_WORKON_TREE="c86b8a7fea81fdbc1613ccfc0134a7563552fc58"
CROS_WORKON_PROJECT="chromiumos/third_party/ktop"
inherit toolchain-funcs cros-workon
DESCRIPTION="Utility for looking at top users of system calls"
HOMEPAGE="http://git.chromium.org/gitweb/?s=ktop"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND="sys-libs/ncurses"
src_configure() {
cros-workon_src_configure
}
src_compile() {
tc-export CC
emake || die
}
src_install() {
emake install DESTDIR="${D}" || die
}