summaryrefslogtreecommitdiff
path: root/net-analyzer/nettop
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-29 12:45:19 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-29 12:45:19 +0000
commite14f99ca1719dc6094cc1e77a933440dbfe7017e (patch)
tree56130faf37cb63dfb9e996caa349e7c66b04c718 /net-analyzer/nettop
parent5c09e716c7a2ea7c161d7310bfc1708e8061930b (diff)
downloadbaldeagleos-repo-e14f99ca1719dc6094cc1e77a933440dbfe7017e.tar.gz
baldeagleos-repo-e14f99ca1719dc6094cc1e77a933440dbfe7017e.tar.xz
baldeagleos-repo-e14f99ca1719dc6094cc1e77a933440dbfe7017e.zip
Adding metadata
Diffstat (limited to 'net-analyzer/nettop')
-rw-r--r--net-analyzer/nettop/nettop-0.2.3-r2.ebuild23
1 files changed, 13 insertions, 10 deletions
diff --git a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
index a42bab62df49..b77fcdc473e8 100644
--- a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
+++ b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="top-like program for network activity"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ppc x86"
-DEPEND="
+RDEPEND="
sys-libs/slang
- net-libs/libpcap
-"
-RDEPEND="${DEPEND}"
+ net-libs/libpcap"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-gcc411.patch
@@ -26,10 +25,14 @@ PATCHES=(
src_prepare() {
default
+
+ eautoreconf #871408
+ sed -i 's/configure.in/configure.ac/' Makefile.in || die
+
tc-export CC
}
src_install() {
dosbin nettop
- dodoc ChangeLog README THANKS
+ einstalldocs
}