From f31d085553f5dd8d221631fb24e35118b199e7fe Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Thu, 19 Dec 2013 08:39:27 +0700 Subject: system/goaccess: Updated for version 0.7. Signed-off-by: Willy Sudiarto Raharjo --- system/goaccess/README | 3 +++ system/goaccess/goaccess.SlackBuild | 8 ++++++-- system/goaccess/goaccess.info | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/system/goaccess/README b/system/goaccess/README index c46a1edc14..2355b7d418 100644 --- a/system/goaccess/README +++ b/system/goaccess/README @@ -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. It provides fast and valuable HTTP statistics for system 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 diff --git a/system/goaccess/goaccess.SlackBuild b/system/goaccess/goaccess.SlackBuild index f758569230..3b0bfbd962 100644 --- a/system/goaccess/goaccess.SlackBuild +++ b/system/goaccess/goaccess.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for goaccess -# Copyright 2011 David Woodfall +# Copyright David Woodfall # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=goaccess -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,6 +54,8 @@ else LIBDIRSUFFIX="" fi +geoip="" ; [ "${GEOIP:-no}" != "no" ] && geoip="--enable-geoip" + set -e rm -rf $PKG @@ -79,6 +81,8 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --infodir=/usr/info \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-utf8 \ + $geoip \ --build=$ARCH-slackware-linux make diff --git a/system/goaccess/goaccess.info b/system/goaccess/goaccess.info index 12ec1fe108..78da14873d 100644 --- a/system/goaccess/goaccess.info +++ b/system/goaccess/goaccess.info @@ -1,8 +1,8 @@ PRGNAM="goaccess" -VERSION="0.4.2" +VERSION="0.7" HOMEPAGE="http://goaccess.prosoftcorp.com/download" -DOWNLOAD="https://downloads.sourceforge.net/goaccess/goaccess-0.4.2.tar.gz" -MD5SUM="7d7707c294c949d612e451da2f003c37" +DOWNLOAD="https://downloads.sourceforge.net/goaccess/goaccess-0.7.tar.gz" +MD5SUM="6f7091dc320f8c695e9523279b521c38" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad