contrib/nethogs/Pkgfile

16 lines
386 B
Plaintext
Raw Normal View History

2011-08-28 10:34:09 +02:00
# Description: net top tool showing network usage by PID
2017-05-08 01:13:57 +02:00
# URL: https://github.com/raboof/nethogs
2011-08-28 10:34:09 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libpcap
name=nethogs
2020-06-17 22:30:33 +02:00
version=0.8.6
2011-08-28 10:34:09 +02:00
release=1
2019-04-10 01:39:57 +02:00
source=(https://github.com/raboof/nethogs/archive/v$version/$name-v$version.tar.gz)
2011-08-28 10:34:09 +02:00
build() {
2020-06-17 22:30:33 +02:00
cd $name-$version
2011-08-28 10:34:09 +02:00
make
2016-08-14 22:23:56 +02:00
make PREFIX=/usr DESTDIR=$PKG install
2011-08-28 10:34:09 +02:00
}