summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-11-23 09:40:28 +0100
committer Willy Sudiarto Raharjo2019-11-23 09:40:28 +0100
commit1e6a9b45798b8828eda15b6d5c2cf78d0578fcbc (patch)
tree3b63b39caa852622a29566dc96fd60ba7aa55cf2 /system
parent9a5fea973b698e05953ab5940c3ca63993bf6d64 (diff)
downloadslackbuilds-1e6a9b45798b8828eda15b6d5c2cf78d0578fcbc.tar.gz
system/multitail: Updated for version 6.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/multitail/multitail.SlackBuild7
-rw-r--r--system/multitail/multitail.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/system/multitail/multitail.SlackBuild b/system/multitail/multitail.SlackBuild
index 194ac15974..9a6f57a9db 100644
--- a/system/multitail/multitail.SlackBuild
+++ b/system/multitail/multitail.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=multitail
-VERSION=${VERSION:-6.4.2}
+VERSION=${VERSION:-6.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,8 +76,9 @@ mkdir -p $PKG/usr/{bin,doc,man/man1} $PKG/etc $PKG/install
# Compile and Install
CFLAGS="$SLKCFLAGS" make
-make install DESTDIR=$PKG
-strip --strip-unneeded $PKG/usr/bin/multitail
+install -m 755 multitail $PKG/usr/bin/multitail
+install -m 644 multitail.1 $PKG/usr/man/man1/multitail.1
+install -m 655 multitail.conf $PKG/etc/multitail.conf.new
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/system/multitail/multitail.info b/system/multitail/multitail.info
index aef03180f6..0c50653855 100644
--- a/system/multitail/multitail.info
+++ b/system/multitail/multitail.info
@@ -1,8 +1,8 @@
PRGNAM="multitail"
-VERSION="6.4.2"
+VERSION="6.5.0"
HOMEPAGE="http://www.vanheusden.com/multitail/"
-DOWNLOAD="http://www.vanheusden.com/multitail/multitail-6.4.2.tgz"
-MD5SUM="a0959f7b2385061080712afd8ae6e33d"
+DOWNLOAD="http://www.vanheusden.com/multitail/multitail-6.5.0.tgz"
+MD5SUM="21e692309babbbb5669ef1b17288ee0a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""