system/bulk_extractor: Updated for version 1.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2014-08-05 08:22:18 +07:00 committed by Willy Sudiarto Raharjo
parent 75a9a8d2e3
commit 7890729ae4
2 changed files with 13 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for bulk_extractor
# Copyright 2012 Barry J. Grundy <bgrundy(at)linuxleo.com>
# Copyright 2012-2014 Barry J. Grundy <bgrundy(at)linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -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.
# edited for v 1.4.1 October 2013
# edited for v 1.5.0 August 2014
PRGNAM=bulk_extractor
VERSION=1.4.1
VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -84,16 +84,15 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar \
AUTHORS COPYING ChangeLog INSTALL NEWS README doc/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -ar AUTHORS COPYING ChangeLog INSTALL NEWS README ROADMAP.txt doc/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 644 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="bulk_extractor"
VERSION="1.4.1"
VERSION="1.5.0"
HOMEPAGE="https://github.com/simsong/bulk_extractor/wiki"
DOWNLOAD="http://digitalcorpora.org/downloads/bulk_extractor/bulk_extractor-1.4.1.tar.gz"
MD5SUM="ab5e52c5e3bccaa3119f067f88f2b5c8"
DOWNLOAD="http://digitalcorpora.org/downloads/bulk_extractor/bulk_extractor-1.5.0.tar.gz"
MD5SUM="32adde5bb668f1c8e7da48434dfb7df9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""