nethogs: update to 0.8.1.
This commit is contained in:
parent
56cbe9ab72
commit
1fc0e03d22
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'nethogs'
|
# Template file for 'nethogs'
|
||||||
pkgname=nethogs
|
pkgname=nethogs
|
||||||
version=0.8.0
|
version=0.8.1
|
||||||
revision=4
|
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"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-1"
|
license="GPL-1"
|
||||||
homepage="http://nethogs.sourceforge.net"
|
homepage="https://github.com/raboof/nethogs"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/raboof/nethogs/archive/v${version}.tar.gz"
|
||||||
checksum=b09cb3c2690a522f8b1314221095d5abb1958d50b56de6d36b11a8e6f28961d0
|
checksum=4c30ef43814549974a5b01fb1a94eb72ff08628c5a421085b1ce3bfe0524df42
|
||||||
wrksrc=$pkgname
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -i 's|DESTDIR := /usr/local|#DESTDIR := /usr/local|' Makefile
|
|
||||||
make CC=$CC CXX=$CXX CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${makejobs}
|
make CC=$CC CXX=$CXX CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue