wok diff sleuthkit/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents 72d6b168828a
children da134f47b369
line diff
     1.1 --- a/sleuthkit/receipt	Fri Oct 04 17:41:01 2019 +0100
     1.2 +++ b/sleuthkit/receipt	Sun May 24 12:23:14 2020 -0400
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sleuthkit"
     1.7 -VERSION="4.6.7"
     1.8 +VERSION="4.8.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -11,13 +11,15 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$PACKAGE-$VERSION/$TARBALL"
    1.15  
    1.16 -DEPENDS="perl"
    1.17 -BUILD_DEPENDS="libpthread-stubs perl sqlite-dev"
    1.18 +DEPENDS="gcc83-lib-base perl"
    1.19 +BUILD_DEPENDS="gcc83 libpthread-stubs perl sqlite-dev"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	./configure				\
    1.25 +		CC=gcc-83			\
    1.26 +		CXX=g++-83			\
    1.27  		--prefix=/usr			\
    1.28  		--infodir=/usr/share/info	\
    1.29  		--mandir=/usr/share/man		\