diff options
author | Barry J. Grundy <bgrundy@gmail.com> | 2022-04-28 17:43:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:11 +0700 |
commit | b4069a477a74348627e1452a5cc5fe2aa1c1c3cc (patch) | |
tree | 130d39f56718addd5ab1092b6ff14d6e7e4bda4a /system/bulk_extractor | |
parent | 5c25459cb082528859f1ce26284406d20aae1dcb (diff) |
system/bulk_extractor: Updated to v2.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bulk_extractor')
-rw-r--r-- | system/bulk_extractor/README | 3 | ||||
-rw-r--r-- | system/bulk_extractor/bulk_extractor.SlackBuild | 10 | ||||
-rw-r--r-- | system/bulk_extractor/bulk_extractor.info | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/system/bulk_extractor/README b/system/bulk_extractor/README index 7490e9b7143f..37375ce4d8c0 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 a2ad6037b7fd..898b17a7e752 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 ec1d7e31550e..9b70a8d9f077 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="" |