mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/goaccess: Updated for version 0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0bd2cdbc7c
commit
f31d085553
3 changed files with 12 additions and 5 deletions
|
@ -2,3 +2,6 @@ goaccess is an open source real-time Apache log analyzer and
|
||||||
interactive viewer that runs in a terminal in *nix systems.
|
interactive viewer that runs in a terminal in *nix systems.
|
||||||
It provides fast and valuable HTTP statistics for system
|
It provides fast and valuable HTTP statistics for system
|
||||||
administrators that require a visual server report on the fly.
|
administrators that require a visual server report on the fly.
|
||||||
|
|
||||||
|
If you wish to add GeoIP support, please pass the GEOIP=yes
|
||||||
|
to the script, GEOIP=yes ./goaccess.SlackBuild
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for goaccess
|
# Slackware build script for goaccess
|
||||||
|
|
||||||
# Copyright 2011 David Woodfall <dave@dawoodfall.net>
|
# Copyright David Woodfall <dave@dawoodfall.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=goaccess
|
PRGNAM=goaccess
|
||||||
VERSION=${VERSION:-0.4.2}
|
VERSION=${VERSION:-0.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -54,6 +54,8 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
geoip="" ; [ "${GEOIP:-no}" != "no" ] && geoip="--enable-geoip"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
|
@ -79,6 +81,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
|
--enable-utf8 \
|
||||||
|
$geoip \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="goaccess"
|
PRGNAM="goaccess"
|
||||||
VERSION="0.4.2"
|
VERSION="0.7"
|
||||||
HOMEPAGE="http://goaccess.prosoftcorp.com/download"
|
HOMEPAGE="http://goaccess.prosoftcorp.com/download"
|
||||||
DOWNLOAD="https://downloads.sourceforge.net/goaccess/goaccess-0.4.2.tar.gz"
|
DOWNLOAD="https://downloads.sourceforge.net/goaccess/goaccess-0.7.tar.gz"
|
||||||
MD5SUM="7d7707c294c949d612e451da2f003c37"
|
MD5SUM="6f7091dc320f8c695e9523279b521c38"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue