summaryrefslogtreecommitdiffstats
path: root/system/eventlog/eventlog.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/eventlog/eventlog.SlackBuild')
-rw-r--r--system/eventlog/eventlog.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/system/eventlog/eventlog.SlackBuild b/system/eventlog/eventlog.SlackBuild
index 21f3e2cc89..5c1edc1b50 100644
--- a/system/eventlog/eventlog.SlackBuild
+++ b/system/eventlog/eventlog.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for EventLog
-# Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR
+# Copyright 2010, 2012, 2013, 2016 Mario Preksavec, Zagreb, Croatia
# 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=eventlog
-VERSION=${VERSION:-0.2.12+20120504+1700}
+VERSION=${VERSION:-20151122_a5c1916}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/${PRGNAM}_$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+./autogen.sh
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \