summaryrefslogtreecommitdiffstats
path: root/system/goaccess/goaccess.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/goaccess/goaccess.SlackBuild')
-rw-r--r--system/goaccess/goaccess.SlackBuild8
1 files changed, 6 insertions, 2 deletions
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 <dave@dawoodfall.net>
+# Copyright David Woodfall <dave@dawoodfall.net>
# 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