diff options
Diffstat (limited to 'dev-util/lttngtop/lttngtop-0.2.ebuild')
-rw-r--r-- | dev-util/lttngtop/lttngtop-0.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/lttngtop/lttngtop-0.2.ebuild b/dev-util/lttngtop/lttngtop-0.2.ebuild new file mode 100644 index 000000000..0210696cc --- /dev/null +++ b/dev-util/lttngtop/lttngtop-0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Linux Trace Toolkit - a top-like performance analyze utility" +HOMEPAGE="http://lttng.org" +SRC_URI="http://lttng.org/files/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-libs/userspace-rcu + dev-libs/glib:2 + dev-util/babeltrace + dev-libs/popt + sys-libs/ncurses + sys-apps/util-linux +" +RDEPEND="${DEPEND}" |