mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/vnstat: Enable building of vnstati.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
b79e94a85c
commit
708033737d
2 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue