diff options
Diffstat (limited to 'sys-process/tiptop/tiptop-2.3.1.ebuild')
-rw-r--r-- | sys-process/tiptop/tiptop-2.3.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-process/tiptop/tiptop-2.3.1.ebuild b/sys-process/tiptop/tiptop-2.3.1.ebuild new file mode 100644 index 000000000000..0f5fd18600fe --- /dev/null +++ b/sys-process/tiptop/tiptop-2.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="top for performance counters" +HOMEPAGE="http://tiptop.gforge.inria.fr/" +SRC_URI="http://${PN}.gforge.inria.fr/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-libs/ncurses + dev-libs/libxml2" +DEPEND="${RDEPEND}" |