contrib/nethogs/Pkgfile

16 lines
371 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
2016-08-14 22:23:56 +02:00
version=0.8.5
2011-08-28 10:34:09 +02:00
release=1
2016-08-14 22:23:56 +02:00
source=(https://github.com/raboof/nethogs/archive/v${version}.tar.gz)
2011-08-28 10:34:09 +02:00
build() {
2016-08-14 22:23:56 +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
}