mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/logtool: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b7e0ef77e8
commit
7cbc617c90
3 changed files with 4 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=logtool
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -88,10 +88,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
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
|
||||
|
||||
DOCS="CHANGES COPYING CREDITS Changes INSTALL README TODO USAGE"
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp CHANGES COPYING CREDITS Changes INSTALL README TODO USAGE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="logtool"
|
||||
VERSION="1.3.1"
|
||||
HOMEPAGE="http://xjack.org/logtool/"
|
||||
HOMEPAGE="http://xjack.org/logtool/download/"
|
||||
DOWNLOAD="http://xjack.org/logtool/download/logtool-1.3.1.tar.gz"
|
||||
MD5SUM="7da0564dc0fea4f0470d61168871f9c2"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
|
@ -11,7 +11,7 @@ logtool:
|
|||
logtool: Logtool is a command line program that will parse ASCII logfiles into
|
||||
logtool: a more palatable format.
|
||||
logtool:
|
||||
logtool: Homepage: http://xjack.org/logtool/
|
||||
logtool: Homepage: http://xjack.org/logtool/download/
|
||||
logtool:
|
||||
logtool:
|
||||
logtool:
|
||||
|
|
Loading…
Reference in a new issue