blob: 7078490279d5033a603719ae53ec1bfb7d5d68d8 [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:$
#
CROS_WORKON_COMMIT="70c5dec58e1f2d52cb45edd95f353c0183246def"
CROS_WORKON_TREE="df952e3d5bb2f168ccde7a5a1e8684e9b87a078e"
EAPI=2
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_compile() {
tc-export CC
emake || die
}
src_install() {
emake install DESTDIR="${D}" || die
}