network/vnstat: Enable building of vnstati.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Michiel van Wessem 2010-09-09 20:43:37 -04:00 committed by dsomero
parent b79e94a85c
commit 708033737d
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=vnstat PRGNAM=vnstat
VERSION=${VERSION:-1.10} VERSION=${VERSION:-1.10}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on: # Automatically determine the architecture we're building on:
@ -79,7 +79,7 @@ elif [ "$ARCH" = "x86_64" ]; then
$TMP/$PRGNAM-$VERSION/src/Makefile $TMP/$PRGNAM-$VERSION/src/Makefile
fi fi
make make all
make install DESTDIR=$PKG make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem" MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org" EMAIL="michiel@slackbuilds.org"
APPROVED="Erik Hanson" APPROVED="dsomero"