mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/multitail: Updated for version 5.2.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
153bf54b98
commit
c85ed63902
3 changed files with 12 additions and 14 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
|
||||
# Slackware build script for MultiTail
|
||||
#
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
|
||||
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=multitail
|
||||
VERSION=5.2.6
|
||||
VERSION=5.2.7
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -62,14 +60,14 @@ chown -R root:root .
|
|||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
# Fix our destination
|
||||
sed -i "s|DESTDIR=/|DESTDIR=$PKG|" Makefile
|
||||
sed -i "s|/usr/share|/usr|" Makefile
|
||||
|
||||
# Create a landing pad
|
||||
mkdir -p $PKG/usr/{bin,doc,man/man1} $PKG/etc $PKG/install
|
||||
|
||||
# Compile and Install
|
||||
CFLAGS="$SLKCFLAGS" make install
|
||||
CFLAGS="$SLKCFLAGS" make
|
||||
make install DESTDIR=$PKG
|
||||
strip --strip-unneeded $PKG/usr/bin/multitail
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="multitail"
|
||||
VERSION="5.2.6"
|
||||
VERSION="5.2.7"
|
||||
HOMEPAGE="http://www.vanheusden.com/multitail/"
|
||||
DOWNLOAD="http://www.vanheusden.com/multitail/multitail-5.2.6.tgz"
|
||||
MD5SUM="6496b3d78660ff8d11c743a0d03cca34"
|
||||
DOWNLOAD="http://www.vanheusden.com/multitail/multitail-5.2.7.tgz"
|
||||
MD5SUM="ee7b9861d165b0f2a8519f2f0c299641"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
|
|
|
@ -12,8 +12,8 @@ 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:
|
||||
multitail:
|
||||
multitail:
|
||||
multitail: http://www.vanheusden.com/multitail/
|
||||
multitail:
|
||||
multitail:
|
||||
multitail:
|
||||
multitail:
|
||||
|
|
Loading…
Reference in a new issue