Skip to content

Commit

Permalink
nethogs: upgraded to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Jul 16, 2016
1 parent 7a2b575 commit 614e0e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions nethogs/nethogs.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -eu
CWD=$(pwd)

PKGNAM=nethogs
VERSION=0.8.2
VERSION=0.8.5
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
Expand Down Expand Up @@ -75,8 +75,8 @@ sed 's|/share/man/|/man/|g' -i doc/Makefile
# Fix unversioned .so file
sed 's/$(LIB[^)]*ION)/0/g' -i src/MakeLib.mk

make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" PREFIX=/usr
make DESTDIR=$PKG PREFIX=/usr install
make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" PREFIX=/usr nethogs libnethogs
make DESTDIR=$PKG PREFIX=/usr install install_lib

find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG | xargs file | grep "current ar archive" | cut -f 1 -d : | xargs strip -g 2> /dev/null || true
Expand Down
10 changes: 5 additions & 5 deletions nethogs/nethogs.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="nethogs"
VERSION="0.8.2"
VERSION="0.8.5"
HOMEPAGE="http://raboof.github.io/nethogs/"
DOWNLOAD="https://github.com/raboof/nethogs/archive/v0.8.2.tar.gz"
FILENAME="nethogs-0.8.2.tar.gz"
DOWNLOAD="https://github.com/raboof/nethogs/archive/v0.8.5.tar.gz"
FILENAME="nethogs-0.8.5.tar.gz"
REQUIRES=""
MD5SUM="f38db5f08c2dd2b030727ba4ecf58e06"
SHASUM="81776506b44937b0a4537bf7124afacca8210369"
MD5SUM="002fd7227d8ed2a8b0fcb0a1b44731bf"
SHASUM="531e44c0cc7d776730754a4d207e67aa456c0cb3"
MAINTAINER="Corrado Franco"
EMAIL="conraid (at) linux (dot) it"

0 comments on commit 614e0e1

Please sign in to comment.