nethogs: 0.8.0 -> 0.8.5

This commit is contained in:
Thomas Penteker 2016-08-14 22:23:56 +02:00
parent bd474450e2
commit 08830ae0e7
3 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/nethogs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/nethogs.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/nethogs
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/nethogs.8.gz

View File

@ -1 +1 @@
d6fb12b46e80a50c9b9f91dd48e2b234 nethogs-0.8.0.tar.gz
002fd7227d8ed2a8b0fcb0a1b44731bf v0.8.5.tar.gz

View File

@ -1,16 +1,15 @@
# Description: net top tool showing network usage by PID
# URL: http://nethogs.sf.net
# URL: https://github.com/raboof/nethog
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libpcap
name=nethogs
version=0.8.0
version=0.8.5
release=1
source=(http://downloads.sourceforge.net/project/nethogs/nethogs/0.8/nethogs-0.8.0.tar.gz)
source=(https://github.com/raboof/nethogs/archive/v${version}.tar.gz)
build() {
cd $name
sed -i -e 's|share/man|/usr/man|' Makefile
cd $name-$version
make
make DESTDIR=$PKG install
make PREFIX=/usr DESTDIR=$PKG install
}