summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Barry J. Grundy2022-04-28 23:43:04 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:52:11 +0200
commitb4069a477a74348627e1452a5cc5fe2aa1c1c3cc (patch)
tree130d39f56718addd5ab1092b6ff14d6e7e4bda4a
parent5c25459cb082528859f1ce26284406d20aae1dcb (diff)
downloadslackbuilds-b4069a477a74348627e1452a5cc5fe2aa1c1c3cc.tar.gz
system/bulk_extractor: Updated to v2.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/bulk_extractor/README3
-rw-r--r--system/bulk_extractor/bulk_extractor.SlackBuild10
-rw-r--r--system/bulk_extractor/bulk_extractor.info6
3 files changed, 9 insertions, 10 deletions
diff --git a/system/bulk_extractor/README b/system/bulk_extractor/README
index 7490e9b714..37375ce4d8 100644
--- a/system/bulk_extractor/README
+++ b/system/bulk_extractor/README
@@ -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.
diff --git a/system/bulk_extractor/bulk_extractor.SlackBuild b/system/bulk_extractor/bulk_extractor.SlackBuild
index a2ad6037b7..898b17a7e7 100644
--- a/system/bulk_extractor/bulk_extractor.SlackBuild
+++ b/system/bulk_extractor/bulk_extractor.SlackBuild
@@ -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 {} \+
diff --git a/system/bulk_extractor/bulk_extractor.info b/system/bulk_extractor/bulk_extractor.info
index ec1d7e3155..9b70a8d9f0 100644
--- a/system/bulk_extractor/bulk_extractor.info
+++ b/system/bulk_extractor/bulk_extractor.info
@@ -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=""