mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/multitail: Updated for version 7.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2d3ddee9ae
commit
04e484ca22
3 changed files with 6 additions and 8 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=multitail
|
||||
VERSION=${VERSION:-7.1.3}
|
||||
VERSION=${VERSION:-7.1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -86,9 +86,7 @@ mkdir -p build
|
|||
cd build
|
||||
cmake \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install/strip DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="multitail"
|
||||
VERSION="7.1.3"
|
||||
HOMEPAGE="http://www.vanheusden.com/multitail/"
|
||||
DOWNLOAD="https://github.com/folkertvanheusden/multitail/archive/refs/tags/7.1.3/multitail-7.1.3.tar.gz"
|
||||
MD5SUM="8b6be8b2127912f83332156860d4a580"
|
||||
VERSION="7.1.5"
|
||||
HOMEPAGE="https://www.vanheusden.com/multitail/"
|
||||
DOWNLOAD="https://github.com/folkertvanheusden/multitail/archive/refs/tags/7.1.5/multitail-7.1.5.tar.gz"
|
||||
MD5SUM="3cbf309e182fa75ce2ab78195cd184d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -12,7 +12,7 @@ multitail: MultiTail lets you view one or multiple files like the original
|
|||
multitail: tail program. The difference is that it creates multiple windows
|
||||
multitail: on your console (with ncurses).
|
||||
multitail:
|
||||
multitail: http://www.vanheusden.com/multitail/
|
||||
multitail: https://www.vanheusden.com/multitail/
|
||||
multitail:
|
||||
multitail:
|
||||
multitail:
|
||||
|
|
Loading…
Reference in a new issue