nethogs: update to 0.8.1.

This commit is contained in:
Michael Gehring 2016-04-30 14:58:02 +02:00
parent 56cbe9ab72
commit 1fc0e03d22

View file

@ -1,18 +1,16 @@
# Template file for 'nethogs'
pkgname=nethogs
version=0.8.0
revision=4
version=0.8.1
revision=1
makedepends="libpcap-devel ncurses-devel"
short_desc="Small net top tool grouping bandwidth by process"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-1"
homepage="http://nethogs.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=b09cb3c2690a522f8b1314221095d5abb1958d50b56de6d36b11a8e6f28961d0
wrksrc=$pkgname
homepage="https://github.com/raboof/nethogs"
distfiles="https://github.com/raboof/nethogs/archive/v${version}.tar.gz"
checksum=4c30ef43814549974a5b01fb1a94eb72ff08628c5a421085b1ce3bfe0524df42
do_build() {
sed -i 's|DESTDIR := /usr/local|#DESTDIR := /usr/local|' Makefile
make CC=$CC CXX=$CXX CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${makejobs}
}
do_install() {