nethogs: update to 0.8.5.
This commit is contained in:
parent
02d96723dc
commit
56c3a10d77
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nethogs'
|
# Template file for 'nethogs'
|
||||||
pkgname=nethogs
|
pkgname=nethogs
|
||||||
version=0.8.1
|
version=0.8.5
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libpcap-devel ncurses-devel"
|
makedepends="libpcap-devel ncurses-devel"
|
||||||
short_desc="Small net top tool grouping bandwidth by process"
|
short_desc="Small net top tool grouping bandwidth by process"
|
||||||
|
@ -8,12 +8,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-1"
|
license="GPL-1"
|
||||||
homepage="https://github.com/raboof/nethogs"
|
homepage="https://github.com/raboof/nethogs"
|
||||||
distfiles="https://github.com/raboof/nethogs/archive/v${version}.tar.gz"
|
distfiles="https://github.com/raboof/nethogs/archive/v${version}.tar.gz"
|
||||||
checksum=4c30ef43814549974a5b01fb1a94eb72ff08628c5a421085b1ce3bfe0524df42
|
checksum=6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC CXX=$CXX CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${makejobs}
|
make CC=$CC CXX=$CXX CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin nethogs
|
vbin src/nethogs
|
||||||
vman nethogs.8
|
vman doc/nethogs.8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue