blob: bc0b533f800f959cd53f32d6fb83205c55780f90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cbm/cbm-0.1.ebuild,v 1.2 2012/11/03 08:41:23 pinkbyte Exp $
EAPI=4
inherit base
DESCRIPTION="Display the current traffic on all network devices"
HOMEPAGE="http://www.isotton.com/software/unix/cbm/"
SRC_URI="http://www.isotton.com/software/unix/${PN}/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sys-libs/ncurses"
DEPEND="${RDEPEND}
app-text/xmlto
app-text/docbook-xml-dtd:4.4"
PATCHES=(
"${FILESDIR}/${PN}-gcc-4.3.patch"
"${FILESDIR}/${PN}-gcc-4.7.patch"
)
|