system/chkrootkit: Updated for version 0.48

This commit is contained in:
Michiel van Wessem 2010-05-12 17:45:04 +02:00 committed by Robby Workman
parent 7d0a1a6cb8
commit 1ae95bf1ba
2 changed files with 7 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for chkrootkit
# Copyright 2007 Michiel van Wessem (http://michielvwessem.wordpress.com)
# Copyright 2007 Michiel van Wessem (http://michielvwessem.wordpress.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,12 +22,15 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by the SlackBuilds.org project
set -e
PRGNAM=chkrootkit
VERSION=0.48
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -35,13 +38,11 @@ OUTPUT=${OUTPUT:-/tmp}
DOCFILES="ACKNOWLEDGMENTS COPYRIGHT README* chkrootkit.lsm"
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM.tar.gz
tar -xzvf $CWD/$PRGNAM.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@ -57,7 +58,7 @@ SCFLAGS="$SLKCFLAGS" make
DESTDIR=$PKG/usr/lib/chkrootkit/bin
mkdir -p $DESTDIR
for BINPRG in $(ls -l | grep "rwx\|\-x" | grep -v "\." | awk '{ print $8 }'); do
install -m 0755 $BINPRG $DESTDIR
install -m0755 $BINPRG $DESTDIR
done
# Thanks to Erik Jan Tromp (alphageek) for the suggestion on this

View file

@ -1,11 +1,3 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
chkrootkit: chkrootkit (Check Rootkit)
chkrootkit:
chkrootkit: chkrootkit is a common unix-based program intended to help system