system/bulk_extractor: Updated to v2.0.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2022-04-28 17:43:04 -04:00 committed by Willy Sudiarto Raharjo
parent 5c25459cb0
commit b4069a477a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 9 additions and 10 deletions

View File

@ -11,6 +11,3 @@ and thoroughness.
Optional dependencies include libewf (recognized if installed) and
afflib (recognized if installed).
If you want to use the java based GUI (BEViewer), you will also need
to have java installed. This has been tested with JDK.

View File

@ -22,7 +22,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# edited for 20210928_692ee97, October of 2021)
# 20220428 BJG: Updated to version 2.0.0
# - remove LICENCE.md (removed from source)
# - added licenses/ to doc dir.
# 20220404 bkw: Modified by SlackBuilds.org, BUILD=3:
# - add missing README.md to doc dir.
@ -36,8 +38,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bulk_extractor
VERSION=${VERSION:-20210928_692ee97}
BUILD=${BUILD:-3}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -112,7 +114,7 @@ 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 LICENSE.md README.md ChangeLog NEWS doc/ $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar AUTHORS README.md ChangeLog NEWS doc/ licenses/ $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="20210928_692ee97"
VERSION="2.0.0"
HOMEPAGE="https://github.com/simsong/bulk_extractor/wiki"
DOWNLOAD="https://linuxleo.com/Source/bulk_extractor-20210928_692ee97.tar.gz"
MD5SUM="dc6ca7391a53710f7567c3011ba3f552"
DOWNLOAD="https://github.com/simsong/bulk_extractor/releases/download/v2.0.0/bulk_extractor-2.0.0.tar.gz"
MD5SUM="f723af17a0bccccee472bea8d9aa8147"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""