system/sleuthkit: Updated for version 3.2.3.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2011-11-11 22:11:50 -02:00 committed by Robby Workman
parent a3622e4765
commit f39a70f5fd
3 changed files with 9 additions and 8 deletions

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler---------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
sleuthkit: sleuthkit (forensic toolkit)
sleuthkit:
sleuthkit: The Sleuth Kit is an open source forensic toolkit for analyzing

View file

@ -22,10 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v3.2.1 May 2011 Barry J. Grundy <bgrundy(at)linuxleo.com>
# Updated v3.2.3 November 2011 Barry J. Grundy <bgrundy(at)linuxleo.com>
PRGNAM=sleuthkit
VERSION=3.2.1
VERSION=3.2.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -86,8 +86,9 @@ make install-strip DESTDIR=$PKG
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" directory now contains a simple pointer to the wiki.
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.txt docs licenses $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.txt licenses $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/doc/$PRGNAM-$VERSION/docs/Makefile*

View file

@ -1,10 +1,10 @@
PRGNAM="sleuthkit"
VERSION="3.2.1"
VERSION="3.2.3"
HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
DOWNLOAD="http://downloads.sourceforge.net/sleuthkit/sleuthkit-3.2.1.tar.gz"
MD5SUM="d873361cb5ef29f02c7107f9aec39b4f"
DOWNLOAD="http://downloads.sourceforge.net/sleuthkit/sleuthkit-3.2.3.tar.gz"
MD5SUM="29465ebe32cfeb5f0cab83e4e93823c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"
APPROVED="rworkman"
APPROVED="rworkman,Niels Horn"