diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-07-24 19:12:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:21 +0700 |
commit | d1c69733cb803968b86dba638bb5986474851dc4 (patch) | |
tree | 51d514776bab8e52c5e40374aeb7410bce8d3d11 /system/eventlog | |
parent | b7cf0d278ca4e0be71f41a12387a4f740e73b9a2 (diff) | |
download | slackbuilds-d1c69733cb803968b86dba638bb5986474851dc4.tar.gz |
system/eventlog: Updated for version 20151122_a5c1916.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/eventlog')
-rw-r--r-- | system/eventlog/eventlog.SlackBuild | 8 | ||||
-rw-r--r-- | system/eventlog/eventlog.info | 6 |
2 files changed, 8 insertions, 6 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 \ diff --git a/system/eventlog/eventlog.info b/system/eventlog/eventlog.info index 95abfbd03a..713136fad6 100644 --- a/system/eventlog/eventlog.info +++ b/system/eventlog/eventlog.info @@ -1,8 +1,8 @@ PRGNAM="eventlog" -VERSION="0.2.12+20120504+1700" +VERSION="20151122_a5c1916" HOMEPAGE="http://www.balabit.com/" -DOWNLOAD="http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.5.2/source/eventlog_0.2.12+20120504+1700.tar.gz" -MD5SUM="a044b1cd097613c3c1d09c4a7de51c43" +DOWNLOAD="http://mirror.slackware.hr/sources/eventlog/eventlog-20151122_a5c1916.tar.bz2" +MD5SUM="03d274ad30c018e31d33590f21238804" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |